Good morning, i'm trying to make a connection with a FTP server in order to dowload and upload images from this server.
My configuration: - titanium studio 1.0.1 - SDK 1.7.0 - Android mobile project for galaxy tab
Is it possible to make this connection on android?
3 Answers
AFAIK, FTP is not possible with Titanium.
Thanks for your answer.
What can i use to make a connection with a servet?
Which type of server? and if it's possible a little source code to make the connection.
At a high level explanation, you could pass a username and password to a php file on your server that handles the FTP connection, then return JSON or XML back to Titanium with URL references to load the images. As for uploading, you can already do that by sending the image data from Titanium to an external file on your server to handle image uploads.
Your Answer
Think you can help? Login to answer this question!