Re: URL Access/IE5.x download question...
Re: URL Access/IE5.x download question...
- Subject: Re: URL Access/IE5.x download question...
- From: George Anten <email@hidden>
- Date: Sat, 24 May 2003 13:28:44 -0400
"Marc S.A. Glasgow" wrote:
>
Situation: client wants me to go to their website and download about
>
5,000 images from the corporate database via separate URL's for each
>
(i.e. - http://www.client.net/db/images/0001.eps thru
>
http://client.net/db/images/5000.eps ).
Isn't that why God created curl? :-)
curl
http://www.client.net/db/images/[1-5000].eps -o
"/Users/test/Desktop/Img_saves/#1.eps"
(All on one line)
Check out the amazing set of options curl offers by typing "man curl" in
your Terminal.
g/a
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.