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
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?
Also, how do you check the status of an ftp upload? Urlstatus does
not return expected results.
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.