[CRON] Recommended FTP client to download and upload files?

Gilles gilles.ganault at free.fr
Mon May 5 01:32:53 UTC 2008


On Sat, 03 May 2008 11:34:30 -0700, prad <prad at towardsfreedom.com>
wrote:
>i like lftp the best. you can script it and everything has always
>worked smoothly for me using it.

Thanks guys, lftp did the job. I'll put those two lines in a script
and add it to CRON:

lftp -u joe,mypass -e "mirror -vn ./files ./mirror && bye"
ftp.source.com

lftp -u joe,mypass -e "mirror -vnR ./mirror ./files && bye"
ftp.target.com



More information about the freebsd-questions mailing list