Schedule commands in LFTP using "at"
You can schedule downloads and uploads in LFTP in a simple manner by using the `at` command. Anything following the syntax described in this image below should work. at now + 2 hours -- queue mirror --use-pget-n=10 yourdirectory/ at 1:00 tomorrow -- queue mirror --use-pget-n=10 yourdirectory/
Read more →