Question

I wish to write a cron or setup a software to periodically download a file every specific day of a week from a FTP server. I need a software like IDM which opens multi thread connections and increase the download speed significantly. Because of that I prefer to use an application.

I already tried uGet and flareget on Ubuntu but they don't contain any feature to run the same download every day of a week.

Était-ce utile?

La solution

You should use a console application like axel to get this work. If you have to rename the download you should write a little bash script to complete the task. Finally call the script every ... by cron.

Hennes

Autres conseils

Actually you can do that in Flareget. In scheduler you have two options one time and periodic. In periodic you can set week day and time. But file needs to be added to custom queue again after each download.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top