Mark Luetzelschwab wrote:
> 
> tried out the FTP uploads...had some trouble..
> 
> on mouseUp
>    put url "file:///Macintosh HD/Desktop Folder/Movie
> Browser/web/index.html" \ into url
> "ftp://myuser:[EMAIL PROTECTED]/d.txt";
>    put the result
> end mouseUp
> 
> it tried to STOR it as /d.txt..permission was denied
> 
> STOR /d.t

The only way I can help with this is to have a url I can test on.

> 
> Using Fetch, it called:
> 
> STOR d.txt
> 
> and it was ok.
> 
> Is there any way around this?
> 
> This same problem did NOT appear on another ftp server (the second
> one spit back a long path /Library/Web Server/ etc...) and I was able
> to use MC to ftp to it. However, upload a large quicktime movie, then
> download using Fetch, the movie was corrupted. (the movie is
> flattened, etc, so binary transfer should have been ok). Any ideas?

I uploaded a JPG file with libURL and downloaded it with Fetch and it
was fine. Test with other binary files see what happens.

> 
> Also, how do you check the status of an ftp upload?  Urlstatus does
> not return expected results.

Not yet.

> 
> Thanks!
> 
> -ml
> 
> --
> 
> Archives: http://www.mail-archive.com/[email protected]/
> Info: http://www.xworlds.com/metacard/mailinglist.htm
> Please send bug reports to <[EMAIL PROTECTED]>, not this list.

-- 
Regards, Andu
_______________
[EMAIL PROTECTED]

Archives: http://www.mail-archive.com/[email protected]/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.

Reply via email to