bittorrent - 如何在 rtorrent 或其他 linux 程序中下载特定文件/跳过文件?

标签 bittorrent

我一直在努力寻找,但找不到答案...

是否有适用于 linux (centos) 的 torrent 程序,您可以在其中跳过 torrent 中的某些文件或下载特定文件?或者,如果不是,则跳过特定大小以下或以上的文件?

我检查过 rtorrent 和 bittorrent,但似乎都没有这个功能。

这需要自动化,所以最好像这样:

./bittorrent --file ='http://example.blah/filename.torrent'--skip'file1.jpg,file2.jpg'
或者
./bittorrent --file='http://example.blah/filename.torrent' --skip > 1MB

我很欣赏你的回答:)

谢谢!

最佳答案

rtorrent 确实允许您控制从“文件列表” View 下载 torrent 中的哪个文件。从主 View 通过使用向上/向下箭头键选择特定的 torrent 到达那里,然后点击向右箭头查看详细信息,然后向下箭头选择“文件列表”,然后向右箭头允许您导航文件列表。进入文件列表后,您可以使用箭头键上下移动以选择相关文件。然后按空格键在 'file priority' options 之间切换文件是“高”(即高优先级)、“关闭”(即不下载)还是空白(即“正常”)。 “关闭”设置允许您跳过有问题的文件。

关于bittorrent - 如何在 rtorrent 或其他 linux 程序中下载特定文件/跳过文件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11863933/

相关文章:

flash - Adobe Air - BitTorrent?

protocols - 种子是如何工作的?

linux - bittorrent 如何组装丢失的部分?

c++ - torrent 文件使用什么类型的编码以及如何附加跟踪器?

python - 给定一个 .torrent 文件,我如何在 python 中生成一个磁力链接?

python - 比特流 udp 跟踪器响应

node.js - NodeJs如何写入文件

c++ - 如何将 BYTE 数组中的两个字节作为 int (或类似的东西)存储?

使用 Golang 绑定(bind)在 libtorrent 中转换 "alert"类型

python - 如何编写一个简单的 Bittorrent 应用程序?