How to Sync a FTP located log file to Local log file

Matt McCutchen hashproduct+rsync at gmail.com
Wed May 23 22:40:40 GMT 2007


On 5/23/07, njain_2601 <nishant_jain2601 at yahoo.com> wrote:
> How to Sync a FTP located log file to Local log file.

Rsync won't do this; it isn't an FTP client.  But you can do it easily
with wget:

wget ftp://the.server/path/to/remotefile -O localfile

Search the wget man page for --ftp-user to find out how to specify a
username and password for the FTP server.

Matt


More information about the rsync mailing list