Re: URL Access Scripting
Re: URL Access Scripting
- Subject: Re: URL Access Scripting
- From: Michelle Steiner <email@hidden>
- Date: Sat, 8 Dec 2001 16:33:02 -0700
On 12/8/01 4:17 PM, JollyRoger <email@hidden> wrote:
>
Are you saying that URL Access does NOT send the email address from the
>
Internet control panel when you use a URL such as ftp://ftpserver.com/?
I don't know whether he's saying it, but it's not the case. The
following script works just fine:
tell application "URL Access Scripting"
download "
ftp://ftp.postop.org/Michelle.wav" to file "dora:test" with
progress
end tell
The peculiar thing is that you have to provide a dummy file name; I used
"test" as the dummy. A file with that name is created, and when the
dowload is complete, the name of the file is changed to the name of the
downloaded file. I guess I could have used that name in the first place.
When downloading a directory listing, it's saved to the file.
--Michelle
----------------------------------------------------------------------
| Michelle Steiner | We're not human beings having a spiritual |
| | experience. We're spiritual beings |
| email@hidden | having a human experience. |
----------------------------------------------------------------------