我知道有Vuze API和jBitTorrent库但我不能使用Vuze因为我有没有GUI的服务器而且jBitTorrent太旧而且太多了。你能告诉我Java的bittorrent库现在好吗?我只需要通过torrent文件下载文件。感谢。
答案 0 :(得分:0)
您似乎需要run Vuze headless through it's console ui。
当我在Ubuntu上使用apt-gettable Vuze尝试它时,我不需要“抓住一些支持罐子”,因为上面指定的wiki链接 - 它只是直接跑了。
答案 1 :(得分:0)
您可以使用Transmission或μTorrent,或只运行Vuze无头。通过将文件发送到Transmission,您需要将二进制数据编码为base 64,并将它们发送到μTorrent,您需要通过HTTP POST使用多部分表单。
以下是他们的API页面:
https://trac.transmissionbt.com/browser/trunk/extras/rpc-spec.txt http://www.utorrent.com/community/developers/webapi