The FooDoo Lounge

URL Access Scripting 1.0.3 Dictionary

Copyright © 2002 Apple Computer, Inc. All rights reserved.

Index

  1. URL Access

URL Access: Scripting for URL Access.

Events:

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

upload: upload the file to the URL.

upload file specification -- the file to upload

to string -- the URL of the receiving server

[replacing yes/no] -- whether to replace an existing file (default: no)

[progress boolean] -- whether to display a modal progress dialog (default: false)

[binhexing boolean] -- whether to binhex before uploading or not (default: true)

[upload directory boolean] -- upload as an entire directory (default: false)

[authentication boolean] -- show authentication dialog (default: false)

[Result: boolean]

 

|| url: http://www.foodoo.sunreal.com.au/info/dictionaries/URLAccess_103_asDict.html
|| created: 7-Aug-03, 3:26 PM; updated: 7-Aug-03, 3:26 PM
|| size: 10179 bytes