URL Scripting Addition OS X 10.2.6... BROKEN?
URL Scripting Addition OS X 10.2.6... BROKEN?
- Subject: URL Scripting Addition OS X 10.2.6... BROKEN?
- From: Jason Bourque <email@hidden>
- Date: Thu, 10 Jul 2003 20:34:41 -0400
Hello,
Is the download url broken in URL Scripting Addition OS X 10.2.6?
I get an error of "URL Access Scripting got an error: An error of type -3264
has occurred." when downloading a PHP file.
My script.
tell application "URL Access Scripting"
download vEmailListDownLoadLink to file vEMailListFilePath replacing yes
with unpacking
end tell
Dictionary
(*
download: Downloads a specified URL to a specified file
download string -- URL to download from
to file specification -- the downloaded file location
[replacing yes/no] -- whether to replace an existing file (default:
no)
[unpacking boolean] -- whether to decode or decompress the
downloaded item (default: true)
[progress boolean] -- whether to display a modal progress dialog
(default: false)
[form data string] -- form data
[directory listing boolean] -- get a directory listing? (default:
false)
[download directory boolean] -- download as an entire directory
(default: false)
[authentication boolean] -- show authentication dialog (default:
false)
[Result: file specification] -- the downloaded file
*)
Any help would be greatly appreciated.
Thanks,
Jason Bourque
_______________________________________________
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.