Recently I was been assigned to write a FTP layer for a project at work.It needed to be supported all the funky FTP stuff like active,passive mode all kind of proxies like FTP,HTTP,SOCKS…etc.
At first I was little worried cause even in Apache Commons Net, it doesn’t support clear architecture for all those weird FTP stuff.Then I came up with this library FTP4J which saved my life.
FTP4J is well designed and easy to use library and best thing is its open-source and comes with LGPL license.
Tags: FTP, FTP library for java, java
November 6, 2008 at 6:53 am |
Still I am having a very bad time because of FTP4J.
December 19, 2008 at 7:20 am |
Also I found difficulties when uploading files to yahoo ftp servers and there were several issues when connecting to ftp severs which does support REST command.
December 22, 2008 at 11:27 am |
The execution is not stable for yahoo ftp servers
February 9, 2009 at 10:09 am |
I am not getting any help for ftp4j. Like sample codes or examples and one more thing.
I think it doesn’t support SFTP at least I did not find any such class in the API…………