Java-Android Class for Upload File to Server by FTP
Java-Android Class for Upload File to Server by FTP ( http://www.jibble.org/simpleftp/ )
this is simple java class for upload file to FTP with your ftp user and password .
then new the class in your code :
File destination = new File(…);
new upload(destination, getBaseContext()).execute();