Alternatives to commons-net FTPSClient?

3.1k Views Asked by At

Do you know any good open source library other than Apache commons-net FTPSClient to interact with a FTPS site

Regards,

3

There are 3 best solutions below

0
On BEST ANSWER

ftp4j provides FTPS functionality and is, IMHO, easier to work with than the apache commons ftp client. Ftp4j is under active development (not by me).

1
On

Take a peek at this comparison chart from JavaWorld. It breaks down all of the types of clients by feature, license, and cost.

As pointed out below, this chart does seem to be somewhat old (from 2003).

0
On

I don't know if they are open source but there is a list of some libraries:

  1. Sun, JDK: sun.net.ftp.FtpClient
  2. JScape, iNet Factory: com.jscape.inet.ftp.Ftp
  3. Enterprise Distributed Technologies, Java FTP Client Library: com.enterprisedt.net.ftp.FTPClient
  4. IBM alphaWorks, FTP Bean Suite: com.ibm.network.ftp.protocol.FTPProtocol
  5. SourceForge, JFtp: net.sf.jftp.net.FtpConnection
  6. The Jakarta Project, Jakarta Commons/Net: org.apache.commons.net.ftp.FTPClient
  7. JavaShop JNetBeans: jshop.jnet.FTPClient
  8. Florent Cueto, JavaFTP API: com.cqs.ftp.FTP
  9. Bea Petrovicova, jFTP: cz.dhl.ftp.Ftp
  10. The Globus Project, Java CoG Kit: org.globus.io.ftp.FTPClient