0
I have a text file of URLs, each in the form of:
I want to download all of these, but save each file under the name:
c_d.jpg
In other words, for each file, I want to save the file under its original filename prefixed by the name of its parent directory.
How would I go about doing this on Windows?
I'm fine with using a command line tool, such as wget or curl, just give me the arguments.
Thanks.
http://linux.die.net/man/1/wget http://linux.die.net/man/1/curl http://superuser.com/questions/362152/native-alternative-to-wget-in-windows-powershell – None – 2014-07-08T23:34:35.650
That is completely unhelpful. I know these tools exist. I'm asking how to get any one of them to do what I described. – user294732 – 2014-07-08T23:57:30.897