Is there a way I can implement a secure FTP with org.apache.commons.net.ftp.FTPClient
?
If not, what are other options for Java?
You can use org.apache.commons.net.ftp.FTPSClient instead of org.apache.commons.net.ftp.FTPClient to have secure ftp http://commons.apache.org/proper/commons-net/apidocs/org/apache/commons/net/ftp/FTPSClient.html