用于下载 torrent 的基于终端的应用程序

lwt*_*wtg 5 command-line bittorrent torrent-client

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

Rav*_*ina 5

您可以使用aria2下载种子。

sudo apt install aria2
Run Code Online (Sandbox Code Playgroud)

然后使用它:

aria2c http://example.org/mylinux.torrent
aria2c 'magnet:?xt=urn:btih:248D0A1CD08284299DE78D5C1ED359BB46717D8C'
Run Code Online (Sandbox Code Playgroud)