Re: More on URL Access Scripting
Re: More on URL Access Scripting
- Subject: Re: More on URL Access Scripting
- From: Timothy Bates <email@hidden>
- Date: Sat, 07 Sep 2002 23:03:26 +1000
>
Another question about URL Access Scripting:
>
I plan to have the script that needs to use URL Access Scripting on
>
the same machine as the CGI that it will call. Do I still need to use
>
the URL or can I use the local path to the CGI? If I have to use the
>
URL, will it actually have to transmit through the internet even
>
though it's on the same machine?
You can answer this question by trying it out:
tell application "URL Access Scripting"
download
"file://localhost/Volumes/Prelude/Documents/Web Pages/maccs/tim/public_htm
l/index.html" to file "gamma:test"
end tell
yip: works fine
_______________________________________________
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.