Secure FTP with org.apache.commons.net.ftp.FTPClient

user1725253 picture user1725253 · Oct 9, 2012 · Viewed 79.7k times · Source

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?

Answer

Martin Prikryl picture Martin Prikryl · Jan 12, 2015

First, make sure you understand a difference between FTPS (Secure FTP) and SFTP:
FTPS versus SFTP versus SCP