Hi,
If I have N url's in a text file. ie.
- http://www.server.com/doc1.pdf
- http://www.server.com/doc1023.pdf
- http://www.server.com/doc9.pdf
I want to now save these files to disk. (Linux).
For example, save them to /home/steve/home/pdfdocs/, i need this to happen via a script or a C++ program.
Can anyone advise a good way to do this (PseudoCode) OR does anyone know of a freeware app that can download a list of files like this (maybe automatically if I code these files in RSS feed??)..
Regards
If I have N url's in a text file. ie.
- http://www.server.com/doc1.pdf
- http://www.server.com/doc1023.pdf
- http://www.server.com/doc9.pdf
I want to now save these files to disk. (Linux).
For example, save them to /home/steve/home/pdfdocs/, i need this to happen via a script or a C++ program.
Can anyone advise a good way to do this (PseudoCode) OR does anyone know of a freeware app that can download a list of files like this (maybe automatically if I code these files in RSS feed??)..
Regards