Hi all,
Had no takers on this one so I thought I'd repost it....
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


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

Reply via email to