問題描述
由于我的最后沒有收到任何肯定的答復(fù)問題.我會嘗試自己寫一個(gè)Java FTP上傳小程序.
Since I received no positives answers to my last question. I will try to write a Java FTP upload applet myself.
我的問題是:你能推薦一個(gè) Java FTP 客戶端庫供我使用嗎?"
My question is: "Can you recommend a Java FTP client library for me to use?"
我希望它是:
- 穩(wěn)定
- 能夠處理被動和主動模式
- 能夠提供上傳進(jìn)度信息
- 如果出現(xiàn)問題(尤其是上傳不成功時(shí))拋出可捕獲的異常
- 便宜/免費(fèi)使用,最好是開源的
我找到了 這個(gè) overview 一些庫,但是由于這篇文章是從 2003 年開始,也許發(fā)生了一些新的發(fā)展:)
I found this overview of some libraries, but since this article is from 2003, maybe some new developments have happened :)
推薦答案
查看 Apache commons-net,其中包含 FTP 實(shí)用程序.我不知道它是否滿足您的所有要求,但它肯定是免費(fèi)的!
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!
這篇關(guān)于我應(yīng)該使用什么 Java FTP 客戶端庫?的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網(wǎng)!