有没有一个可以轻松地从 java 编程控制的 Bittorent 客户端?

发布于 2024-08-24 07:19:53 字数 138 浏览 8 评论 0原文

客户想要向系统添加功能,以便在 20 台服务器之间分发大文件 (~700mb)。该系统是用java编写的。 Bittorent 似乎是一个完美的解决方案,是否有可用的客户端允许我通过 java 以编程方式添加/删除 torrent 并跟踪 torrent 进度?

A client wants to add functionality to a system that will distribute large files(~700mb) among 20 servers. The system is written in java. Bittorent seems like a perfect solution for this, is there client available that will allow me to add/remove torrents and track torrent progress programatically from java?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

来日方长 2024-08-31 07:19:53

一些 torrent 客户端具有 Web 界面。您可以编写一个程序来与此 Web 界面交互。

我有一个与 uTorrent Web 界面交互的 Ruby 程序。这是一个非常简单的方法(RESTful 接口,数据以 JSON 格式交换)。

Some torrent clients have web-interfaces. You can write a program to interact with this web-interface.

I have a Ruby program that interacts with uTorrent web interface. This is a pretty simple approach (RESTful interface with data being exchanged in JSON).

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