Alternatives to commons-net FTPSClient?

可紊 提交于 2020-01-12 19:26:31

问题


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

Regards,


回答1:


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).




回答2:


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).



来源:https://stackoverflow.com/questions/5146654/alternatives-to-commons-net-ftpsclient

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!