I want to download a large file through bittorrent on my server. For doing this, I downloaded the transmission command line client and the relevant .torrent file on the server, and then I run the following command:
./transmission-remote-cli the_torrent_file.torrent
but I get the following error:
EXECUTING:
transmission-remote localhost:9091 -a the_torrent_file.torrent
RESPONSE:
Could not execute the above command: [Errno 2] No such file or directory
I know 100% sure that the_torrent_file.torrent exists in the present directory (I even finished it by hitting tab). So which file or directory does not exist?
Any tips on downloading the torrent from the command line are very welcome!
you can use
transmission-cli
:You can use
transmission-daemon
instead:and then use these commands to manage it: