Android: put ioexception

Dan Friedman dan at clearvisiontech.com
Tue Jul 3 16:41:41 EDT 2012


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 at 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



More information about the use-livecode mailing list