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.

有帮助吗?

解决方案

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

其他提示

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top