I implemented java code to upload files to server with org.apache.commons.net.ftp.FTPClient (commons-net-3.3.jar).

Following is example code:



// create instance of FTPClient
FTPClient ftp...