liburlftpcommand problem

Matthias Rebbe runrev260805 at m-r-d.de
Tue Oct 26 16:33:03 EDT 2010


Hi,

i want to delete a file on an ftp server.

With the following script

put the selectedtext of fld "fListe" into tText
put "dele /htdocs/visit05/files/" & tText into tCmd
get liburlftpcommand(tCmd, tFtpServer, tFtpUser, tFtpPass)	

i get an error  550 /htdocs/visit05/files/Test3: No such file or directory

I tried list fields and scrolling list fields.

But with the following script 

put "Test3"
put "dele /htdocs/visit05/files/" & tText into tCmd
get liburlftpcommand(tCmd, tFtpServer, tFtpUser, tFtpPass)

it works and the file is deleted.

Is there anything i am missing?

Regards,

Matthias





More information about the use-livecode mailing list