如何从命令行下载种子?

如何从命令行下载种子?

我想通过 Bittorrent 下载服务器上的一个大文件。为此,我下载了传输命令行客户端以及服务器上相关的.torrent文件,然后我运行以下命令:

./transmission-remote-cli the_torrent_file.torrent

但我收到以下错误:

EXECUTING:
transmission-remote localhost:9091 -a the_torrent_file.torrent
RESPONSE:
Could not execute the above command: [Errno 2] No such file or directory

我 100% 确信 the_torrent_file.torrent 存在于当前目录中(我甚至通过按 Tab 键完成了它)。那么哪个文件或目录不存在?

非常欢迎任何有关从命令行下载 torrent 的提示!

答案1

您可以使用transmission-cli

sudo apt-get install transmission-cli

你可以使用transmission-daemon

sudo apt-get install transmission-daemon

然后使用这些命令来管理它:

transmission-create
transmission-remove
transmission-edit
transmission-show

相关内容