Making a FTP connection in Android
- by Elisha Khan
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