In my Android app, when attempting to save to a server, I get this result:

java.io.IOException: Unable to connect to server: Unable to log in to server 
(PASS): 123.456.789.11

Here's my code snippet:

put "ftp://"; & urlEncode(tPassword) & ":pWord@123.456.789.11/folder/test.txt" 
into ftpPath
put propData into url ftpPath
put the result into tResult

Any thoughts?  This works fine on the iPad.

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

Reply via email to