Schedule a cron command that looks like this:
wget ftp://username:password@ftp_host/file_to_download
Can also specify file name masks: (in my case I want all .gz log files)
wget ftp://username:password@ftp_host/logs/*.gz
Use advanced navigation for a better experience.
You can quickly scroll through posts by pressing the above keyboard keys. Now press Esc to close this window.
Schedule a cron command that looks like this:
wget ftp://username:password@ftp_host/file_to_download
Can also specify file name masks: (in my case I want all .gz log files)
wget ftp://username:password@ftp_host/logs/*.gz