Re: FTP Uploads using URL Access Scripting (3rd Posting)
Re: FTP Uploads using URL Access Scripting (3rd Posting)
- Subject: Re: FTP Uploads using URL Access Scripting (3rd Posting)
- From: email@hidden (Ken McLeod)
- Date: Wed, 28 Nov 2001 16:07:19 -0800
- Newsgroups: apple.lists.applescript-users
- Organization: Apple Computer, Inc.
- Xref: forum.apple.com apple.lists.applescript-users:15052
Steve,
The syntax you're using appears correct. What version of Mac OS are you
using, and what machine?
-ken
In article <email@hidden>, Steve
Thompson <email@hidden> wrote:
>
Using this line
>
>
upload "HD:overview.htm" to "ftp://steve:email@hidden:1000/"
>
>
Produces the error "Some data was the wrong type"
>
>
The line
>
>
upload "HD:overview.htm" to "ftp://steve:email@hidden/"
>
>
works, but uploads the file to the wrong place.
>