M
M
MrVital2013-07-09 18:22:26
Automation
MrVital, 2013-07-09 18:22:26

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

2 answer(s)
N
nochkin, 2013-07-09
@MrVital

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.

V
VoidVolker, 2013-08-25
@VoidVolker

<removed>

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question