Is it possible to upload an image from my Android application to an FTP server? The image will have already been captured using the camera.
In a desktop application, we'd use FTP Client to upload any file / image to a live server. How can we do something similar within our Android application?