我需要有关使用 Java 的 FTP 的帮助
我需要一个可以使用java语言从远程计算机(FTP)自动上传和下载的应用程序的源代码。谢谢
i need the source code of an application that can upload and download automatically from the remote computer (FTP) using java language. thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
看看 Apache Commons Net
Have a look at Apache Commons Net
SimpleFTP 怎么样?
这里是一个很好的存档。
How about SimpleFTP?
And here is a nice archive.
以下站点描述了在 Java 中执行 FTP 客户端操作的四种不同选项。
http://www.nsftools.com/tips/JavaFtp.htm
The following site describes four different options for doing FTP client ops in Java.
http://www.nsftools.com/tips/JavaFtp.htm