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: Jolly Roger <email@hidden>
- Date: Wed, 28 Nov 2001 14:40:38 -0600
Nobody from Apple has responded to date on this issue, and it'd be nice to
get SOME kind of response, good or bad.
Chris, can you please answer this question directly, or find out what the
answer is?
JR
On 11/28/2001 10:17 AM, "Steve Thompson" <email@hidden> wrote:
>
I posted this a few weeks ago - there was some activity but no solution
>
so I thought I'd post it again in case I missed something!!!
>
>
I am trying to upload a file to an FTP server on a specific port (1000).
>
>
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. Of course, the
>
Administrator of this server isn't in the mood for changing the paths so
>
my uploads work to the default port and everyone else has to change what
>
they do. Probably an acceptable stance... :-)
>
>
So how do I correctly tell URL Access Scripting which port to use?
>
Or is there another OSAX that will do this?
>
>
TIA
>
Steve