I keep getting the following error message when using rsync:
bash-2.04$ cp e-smith-4.1.iso e-smith-4.1.1.iso
bash-2.04$ rsync -avv --stats \
> rsync://ftp.planetmirror.com/pub/e-smith/e-smith-4.1.1/e-smith-4.1.1.iso
Welcome to PlanetMirror's rsync service.
You can find a web front end to this archive at:
http://www.planetmirror.com@ERROR: Unknown module 'pub'
Can anyone shed any light on this? BTW Planetmirror doesn't appear to have the 4.1.1.iso up yet, so I also tried
bash-2.04$ rsync -avv --stats \
> rsync://ftp.e-smith.com/pub/e-smith/e-smith-4.1.1/iso/e-smith-4.1.1.iso
@ERROR: Unknown module 'pub'
bash-2.04$