On 03/09/2001 10:15:58 AM ZE2 Andrei Verovski wrote: > >Hi, > >Thanks to all for previous feedback. > >I am using the following statement to sync ftp directories: > >rsync -av ftp.funet.fi:/pub/Linux/mirror/ /home/mirror/ > > >However, it does not work with ANY ftp server. The error message is >Connection refused. Unexpected EOF in read-timeout. > >What I did wrong? > >Thanks in advance. >
Why do you expect that you can rsync a ftp server? rsync and ftp are differnet protocols residing on different ports. You'd need a rsync server on the remote machine. regards, chris

