download a series of files automatically using command line/wget
Posted
by
anasnakawa
on Super User
See other posts from Super User
or by anasnakawa
Published on 2012-09-03T13:14:46Z
Indexed on
2012/09/03
15:40 UTC
Read the original article
Hit count: 183
I have a case that I would like to trigger an automatic download for a list of 114 file (recitation) for each reader,
for example if i want to download the recitations for a reader called abkr
, the urls for the files will look like the following..
http://server6.mp3quran.net/abkr/001.mp3
http://server6.mp3quran.net/abkr/002.mp3
...
http://server6.mp3quran.net/abkr/113.mp3
http://server6.mp3quran.net/abkr/114.mp3
simply these are Quran recitations, so they are always have a total of 114
is there an easy way to loop that using command line
on Windows ?
© Super User or respective owner