由于我的最后没有收到任何肯定的答复问题.我会尝试自己写一个Java FTP上传小程序.
Since I received no positives answers to my last question. I will try to write a Java FTP upload applet myself.
我的问题是:你能推荐一个 Java FTP 客户端库供我使用吗?"
My question is: "Can you recommend a Java FTP client library for me to use?"
我希望它是:
我找到了 这个 overview 一些库,但是由于这篇文章是从 2003 年开始,也许发生了一些新的发展:)
I found this overview of some libraries, but since this article is from 2003, maybe some new developments have happened :)
查看 Apache commons-net,其中包含 FTP 实用程序.我不知道它是否满足您的所有要求,但它肯定是免费的!
Check out Apache commons-net, which contains FTP utilities. Off the top of my head I'm not sure if it meets all of your requirements, but it's certainly free!
这篇关于我应该使用什么 Java FTP 客户端库?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!
如何在 JTextPane 中的组件周围环绕文本?How to wrap text around components in a JTextPane?(如何在 JTextPane 中的组件周围环绕文本?)
MyBatis,如何获取插入的自动生成密钥?[MySql]MyBatis, how to get the auto generated key of an insert? [MySql](MyBatis,如何获取插入的自动生成密钥?[MySql])
在 Java 中插入 Oracle 嵌套表Inserting to Oracle Nested Table in Java(在 Java 中插入 Oracle 嵌套表)
Java:如何将 CLOB 插入 oracle 数据库Java: How to insert CLOB into oracle database(Java:如何将 CLOB 插入 oracle 数据库)
为什么 Spring-data-jdbc 不保存我的 Car 对象?Why does Spring-data-jdbc not save my Car object?(为什么 Spring-data-jdbc 不保存我的 Car 对象?)
使用线程逐块处理文件Use threading to process file chunk by chunk(使用线程逐块处理文件)