是否存在 Javascriptable FTP 上传 Java/Flash Applet?
为了能够将大文件从 HTML 页面上传到 FTP 服务器,我正在寻找 Java/Flash FTP 上传小程序。
我真的很喜欢 dhtmlxVault 的工作方式,但我需要将其上传到FTP 服务器而不是 HTTP 文件上传。
如果小程序没有自己的 GUI,而是使用 Javascript 完全可编写脚本,那就太好了,这样我就可以使用 HTML/CSS 来实现它的外观。
我希望研究 Yahoo! 的 YUI Uploader 因为它需要 Flash,但文档只提到HTTP 上传,无 FTP 上传。
To be able to upload large files from a HTML page to a FTP server, I am looking for a Java/Flash FTP upload applet.
I really like the way dhtmlxVault works, but I need it to upload to a FTP server instead of a HTTP file upload.
It would be really nice if the applet has no GUI of it's own, but instead is fully scriptable using Javascript so I can use HTML/CSS for it's appearance.
I hopefully looked into Yahoo!'s YUI Uploader since it requires Flash, but the documentation only mentions HTTP upload and no FTP upload.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
这个怎么样(似乎是开源的)?
http://jupload.sourceforge.net/applet-basic-picture.html
What about this one (seems to be opensource)?
http://jupload.sourceforge.net/applet-basic-picture.html
这正是 IntegralFTP 的本质 - 一个由 Javascript 封装的 Java 小程序。 GUI 全部用 Javascript 实现,因此您可以根据自己的喜好进行更改。
它支持SFTP、FTP 和FTPS。
您可以从 http://www.integralftp.com 使用 IntegralFTP,或从 此处。
This is exactly what IntegralFTP is - a Java applet wrapped by Javascript. The GUI is all implemented in Javascript, and so you can change it how you like.
It supports SFTP, FTP and FTPS.
You can use IntegralFTP from http://www.integralftp.com, or purchase from here.
我尝试了 ZUpload Java 小程序。
优点:
缺点:
所以我的结论是它还没有准备好在生产环境中使用。 我仍然需要更好的解决方案。
I tried the ZUpload Java applet.
Pro's:
Con's:
So my conclusion it that it is not ready to be used in a production environment. I still need a better solution.
从技术上讲,如果您有权访问代码,任何 Swing 应用程序只需进行少量修改即可运行。 如果您准备提供小程序,也许您甚至可以使用 java web start(需要更少的更改)。
Technically, any swing app would work with only small modifications if you have access to the code. If your ready to offer an applet, maybe you could even use java web start (would require even less changes).