I'm trying to to build a simple app so that my boys can send me Quicktime movies that are too big to email. I put togther a stack with a button set for drag and drop with the following script:

on dragdrop
 put empty into fld "LogData"
 get the dragdata
 if it is not empty then
libURLftpUploadFile it,"ftp://username:[EMAIL PROTECTED]/drop/" --"drop" is a directory that I've created and can access
   libUrlSetLogField the long id of fld "LogData"
 else beep
end dragdrop

the file is not uploaded and I get this message:

220 ProFTPD 1.3.0rc2 Server (Main FTP Server) [64.40.144.138]
331 Password required for username.
230 User username logged in.
257 "/" is current directory.
221 Goodbye.
CLOSED

What am I doing wrong?


Marty Knapp
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to