在 Java 代码中使用的 FTP 框架
我需要用 Java 进行一些 FTP,有没有最好的 FTP 框架可供使用? 我看到apache有一些东西,有什么意见吗? 我只需要做一些简单的“sftp”放置和获取。
I need to do some FTP'ing in Java, is there a best FTP framework to use?
I see apache has something, any opinions?
I just need to do some simple "sftp" puts and gets.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不知道有免费的 Java 解决方案可以同时提供 ftp 和 sftp 客户端支持。
对于 sftp,我对免费且流行的 JSch 库 有着良好的体验。一个缺点是文档很少,但是有许多博客提供了代码来帮助您入门。
I'm unaware of a free Java solution that offers both ftp and sftp client support.
For sftp I have good experiences with the free and popular JSch library. One downside, the documentation is minimal, but there are a number of blogs that offer code to get you started.