Problems with libURLftpUploadFile
Kevin Stallibrass
kevin at stallibrass.com
Fri Sep 4 10:37:40 EDT 2009
Hi all,
I have a problem where:
Put fld "contains FTP path" into tURL
libURLftpUploadFile "c:/myfile.txt", tURL ,"showStatus"
works fine but.
Put fld "contains FTP path" into tURL
Put "c:/myfile.txt" into tFilepath
libURLftpUploadFile tFilepath, tURL , "showStatus"
Results in "c:/myfile.txt" instead of the correct data being written into
the uploaded text file
The same happens if I use libURLftpUpload
So, is it not possible to use 2 variables? Or am I missing something
Regards
Kevin Stallibrass
More information about the use-livecode
mailing list