阻止 aria2c 上传 torrent 文件?

Vaf*_*a24 8 command-line downloads bittorrent

如何防止 aria2c 在下载时上传 torrent 文件?aria2c 安全吗?

and*_*.46 7

这个主题是今年早些时候向 aria2c 开发人员之一提出的:

\n\n\n\n

不幸的是,答案很明显是否定的:

\n\n
\n

目前无法完全关闭 BitTorrent 上传。\n

\n
\n\n

您唯一真正的选择是尝试以下两个选项,这将接近您所追求的:

\n\n

--种子比率=比率

\n\n

指定股份比例。播种已完成的种子,直到共享比率达到 RATIO。\n强烈建议您在此处指定等于或大于 1.0。如果您打算无论共享比例如何都进行种子设定,请指定\n0.0。如果 --seed-time\n选项与此选项一起指定,则当至少满足一个条件时\n播种结束。默认值:1.0

\n\n

适合您的目的的示例可能是:

\n\n
aria2c --seed-ratio=0.1 file.torrent\n
Run Code Online (Sandbox Code Playgroud)\n\n

\xe2\x80\x93max-upload-limit=速度

\n\n

指定最大上传速率。适合您的目的的示例是:

\n\n
aria2c --max-upload-limit=5K file.torrent\n
Run Code Online (Sandbox Code Playgroud)\n


Ant*_*ond 6

现在有一种方法可以禁用它

https://aria2.github.io/manual/en/html/aria2c.html#cmdoption-seed-time

指定 --seed-time=0 将在下载完成后禁用播种。