是否存在 Javascriptable FTP 上传 Java/Flash Applet?

发布于 2024-07-08 15:09:03 字数 448 浏览 7 评论 0原文

为了能够将大文件从 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

萧瑟寒风 2024-07-15 15:09:04

这个怎么样(似乎是开源的)?
http://jupload.sourceforge.net/applet-basic-picture.html

What about this one (seems to be opensource)?
http://jupload.sourceforge.net/applet-basic-picture.html

芸娘子的小脾气 2024-07-15 15:09:03

这正是 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.

淡看悲欢离合 2024-07-15 15:09:03

我尝试了 ZUpload Java 小程序。

优点:

  • 用户界面就像我希望的那样简单。
  • 它是一个具有自己的 GUI 的 Java 小程序,但我能够在其中实现一些 Javascript 回调来更新 HTML 中的进度信息。 我将能够进一步最小化 GUI。

缺点:

  • 当上传失败时(当 FTP 服务器告诉它正忙时,请稍后重试),它会认为上传成功并继续处理下一个文件。 我尝试捕获异常,但由于小程序中使用 j-ftp 的方式或我自己缺乏知识而无法做到这一点。
  • 该项目似乎自 2003 年以来就已经停止,所以我预计不会有任何更新。

所以我的结论是它还没有准备好在生产环境中使用。 我仍然需要更好的解决方案。

I tried the ZUpload Java applet.

Pro's:

  • The user interface works as easy as I could hope it to work.
  • It is a Java applet with it's own GUI, but I was able to implement some Javascript callbacks in it to update progress information in HTML. I would be able to minimize the GUI further.

Con's:

  • When an upload failes (when the FTP server tells it it is to busy, please retry in a moment) it thinks the upload succeeded and goes on with the next file. I tried to catch the exceptions but was unable to do so because of either the way j-ftp is used in the applet or my own lack of knowledge.
  • The project seems to be dead since 2003, so I don't expect any updates.

So my conclusion it that it is not ready to be used in a production environment. I still need a better solution.

淡淡の花香 2024-07-15 15:09:03

从技术上讲,如果您有权访问代码,任何 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).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文