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…