How to download torrents from the command line?

5,137

you can use transmission-cli:

sudo apt-get install transmission-cli

You can use transmission-daemon instead:

sudo apt-get install transmission-daemon

and then use these commands to manage it:

transmission-create
transmission-remove
transmission-edit
transmission-show
Share:
5,137
kramer65
Author by

kramer65

Updated on September 18, 2022

Comments

  • kramer65
    kramer65 over 1 year

    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!

    • Joe
      Joe over 10 years
      Don't know, but you could try asking on on the Transmission forum. I have found them very responsive and helpful. The developers often answer directly. forum.transmissionbt.com