用于下载种子的基于终端的应用程序

用于下载种子的基于终端的应用程序

如何使用命令行从网站下载 torrent 文件?
我已经使用 Bittorrent 完成了此操作,我想知道是否可以使用终端下载 torrent?

答案1

您可以使用aria2它来下载 torrent。

sudo apt install aria2

然后使用它:

aria2c http://example.org/mylinux.torrent
aria2c 'magnet:?xt=urn:btih:248D0A1CD08284299DE78D5C1ED359BB46717D8C'

答案2

我建议使用 rTorrent。它可以从存储库安装,非常轻量且仅支持 CLI。

https://wiki.archlinux.org/index.php/RTorrent是一本使用说明书。

要下载 .torrent 文件,我建议使用 wget,方法是调用“wget”http://link.to/torrent“”。

相关内容