How to Sync a FTP located log file to Local log file. What I want to do:- 1. I have a FTP location 2. I have a local machine 3. I want to sync my local file from FTP server 4. I donot want to delete any thing and I do not want to Change the FTP location file. 5. Only I want to Update my local file from FTP server. How can we write a script for this? Please help me out Thanks, Nishant Jain -- View this message in context: nabble.com/How-to-Sync-a-FTP-located-log-file-to-Local-log-file-tf3802526.html#a10759194 Sent from the Samba - rsync mailing list archive at Nabble.com.
On 5/23/07, njain_2601 <nishant_jain2601@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
Apparently Analagous Threads
- [PATCH 0/3] p2v, v2v: Ensure the full version is always available in several places.
- [PATCH 0/4] p2v: Send ping packets, document timeout problems.
- tftpd server
- [PATCH 0/4] p2v: Send ^C to remote end to cancel the conversion.
- Hardisk cloning for centos-5.3