开源 Java FTP 客户端库
可能的重复:
我应该使用什么 Java FTP 客户端库?
我正在寻找对于公开 API 的开源 FTP 客户端库。我将从我的 java 程序中调用这些 API。API 应该返回正确的代码,指示是否已成功下载等。如果出现错误,它应该返回正确的错误代码。
请建议。
Possible Duplicate:
What Java FTP client library should I use?
I am looking for open source FTP client library which exposes APIsI.I will be calling these APis from my java program .The APIs should return proper codes indicating whether the while was successfully downloaded etc.In case or error it should return proper error codes.
Please suggest.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看看Apache Commons Net,http://commons.apache.org/net /
它实现了许多互联网协议,其中包括ftp。
Have a look at Apache Commons Net, http://commons.apache.org/net/
It implements many internet protocols, among them is ftp.