Mac OS X 10.2.8 and URL Access Scripting "download"
Mac OS X 10.2.8 and URL Access Scripting "download"
- Subject: Mac OS X 10.2.8 and URL Access Scripting "download"
- From: David Crowe <email@hidden>
- Date: Fri, 26 Sep 2003 11:24:27 -0600
I'm one of the unfortunates who upgraded to Mac OS X 10.2.8 just
before it was withdrawn.
I'm finding that the URL Access Scripting "download" command doesn't
work. For example, the included script "Download Weather Map.scpt":
set weather_map to "acttemp_720x486.jpg" -- temperatures
set weather_map to "curwx_720x486.jpg" -- surface isobars
set the target_URL to "
http://maps.weather.com/images/maps/current/"
& weather_map
set the destination_file to ((path to desktop as string) & "weathermap.jpg")
tell application "URL Access Scripting"
download target_URL to file destination_file replacing yes
end tell
tell application "Finder" to open alias destination_file
... just hangs on the "download" command.
Is anybody else experiencing similar symptoms with this version?
- David Crowe
_______________________________________________
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.