Link to home
Start Free TrialLog in
Avatar of gevansmdes
gevansmdes

asked on

script to download images via URL list

Can someone please make me a script I can easliy run on a linux OS (or even windows it doesn't matter).. Im not a programmer but I can run a shell script on unix or a batch file in windows

I have a list of URL's in a text file -

example
http://www.website.com/images/50/705077001430.gif
http://www.website.com/images/5000/705077001431.gif

The list is rather large (450 urls/images) and downloading by hand would take awhile

Can someone throw together a script that will read the list of URL's and download each image and place them all in the same folder.

example of the resulting output
images/50/705077001430.gif
images/5000/705077001431.gif

I'd need to keep the folder structer and image name the same as named in the URL - BUT IF this complicates the script to much I really only have to have the image name remain the same, I can place them in folders after they are downloaded.

Many thanks


ASKER CERTIFIED SOLUTION
Avatar of Tintin
Tintin

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of gevansmdes
gevansmdes

ASKER

ah thank you