On 5/23/07, njain_2601 <[EMAIL PROTECTED]> 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
--
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to