Making a FTP connection in Android

Posted by Elisha Khan on Stack Overflow See other posts from Stack Overflow or by Elisha Khan
Published on 2012-06-20T14:48:41Z Indexed on 2012/06/20 15:16 UTC
Read the original article Hit count: 176

i am working to make a Android application that can upload and download data from android phone to server using this link.

As i am new to connection Android with server. is my local host works as a server to download and upload. i am using

          Uri ftpUri = Uri.parse("ftp://10.0.2.2");

But its not working help me to get out of this problem.

I need your help just to sucessfullt connect to server, As i already said i aam new to connect Android Application to server. I am learning Programing myself and Internet is my teacher.

Thank You Very Much

© Stack Overflow or respective owner

Related posts about java

Related posts about android