Hi, I've been learning how to set up cron jobs. Before I do more research, can a cron job be set up to do a FTP job? FTP the files in a folder to an external folder?
Yep, entirely possible, you'd make a bash script with the information you wanted for the FTP login, then create the cron. Something like the following: