• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
URL Access/IE5.x download question...
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

URL Access/IE5.x download question...


  • Subject: URL Access/IE5.x download question...
  • From: "Marc S.A. Glasgow" <email@hidden>
  • Date: Sat, 24 May 2003 09:36:11 -0400

OK, so it's time to ask for help again... Maybe some of those I helped in years past will return the good favor...

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 ).

I can get explorer to auto-load new windows with sucessive URL's, but it still leaves me to click on each one and select the save image drop-down menu or the save commend from the file menu. I know URL Access is supposed to be able to permit me to script this whole process so as to just download the url contents directly, but I can't get the syntax into a form it grasps to make it do what I want. The dictionary says the command is Download URL to FilePathName
i.e. - download "http://www.client.net/db/images/0001.eps"; to "Mac HD:users:test:desktop folder:Img_saves:"

But if I try to wrap the download command in a tell "URL Access" statement, either within or external to a browser, the script editor rejects anything after the word download (end of line expected).


Simplified example for my purposes:

set TheURLPointer to "http://www.client.net/db/images/0002.eps"; as text
set OurSaveFile to "Mac HD:users:test:desktop folder:Img_saves:"
Tell application "Explorer"
tell "URL Access"
Download TheURLPointer to OurSaveFile
end tell
end tell

Help greatly appreciated.
Sincerely Yours,

Marc Glasgow
www.cyberpoet.net
** THIS MESSAGE MAY APPEAR TWICE **
_______________________________________________
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.

  • Follow-Ups:
    • Re: URL Access/IE5.x download question...
      • From: George Anten <email@hidden>
  • Prev by Date: Re: find a string in a file
  • Next by Date: Re: Detecting Default PDF reader/writer
  • Previous by thread: Re: Problems Running Applescripts
  • Next by thread: Re: URL Access/IE5.x download question...
  • Index(es):
    • Date
    • Thread