Answer the question
In order to leave comments, you need to log in
Automatic download from a file with a list of links?
Good afternoon!
Such a task is to have a text file on the Internet that contains links to files. You need a program that can feed a link to it, and it will automatically download these files, and then periodically monitor the update of this text file and download new links. Maybe someone knows the right software?
Answer the question
In order to leave comments, you need to log in
wget will be able to do all this.
Downloading links from a file:
-i, --input-file=FILE download URLs found in local or external FILE.
And so that he does not download existing files again, you can try this:
-c, --continue resume getting a partially-downloaded file.
Periodically, you can monitor, for example, from cron'a if Linux or from Windows Scheduler if Windows.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question