I want to set up a schedule task to download a serious of files from a website when they're available, for example I want to download from http://www.domain.com/downloads/, the file names are 1.mp3, 2.mp3, ......100.mp3 when they're available as they're still publishing it. Any scripts or tools can do that on schedule? Thanks
This can be done via crontab, but it'll try every x days or hours etc. There's no script or function which can do that on a specified date and time.