web-dev-qa-db-ja.com

コマンドラインからトレントをダウンロードする方法は?

サーバー上の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

The_torrent_file.torrentが現在のディレクトリに存在することを100%確信しています(タブを押して終了しました)。では、どのファイルまたはディレクトリが存在しないのでしょうか?

コマンドラインからトレントをダウンロードする際のヒントは大歓迎です!

4
kramer65

transmission-cliを使用できます:

Sudo apt-get install transmission-cli

代わりにtransmission-daemonを使用できます:

Sudo apt-get install transmission-daemon

次に、これらのコマンドを使用して管理します。

transmission-create
transmission-remove
transmission-edit
transmission-show
4
Hadi Sadeqi