commands.sh

transmission-remote

all

Remote control utility for `transmission-daemon` and `transmission`.

More info →

Options (8)

-a, --allboolean

Add a torrent file or magnet link to Transmission and download to a specified directory

Example: transmission-remote {{hostname}} {{[-a|--all]}} {{torrent|url}} {{[-w|--download-dir]}} /{{path/to/download_directory}}
-w, --download-dirboolean

Add a torrent file or magnet link to Transmission and download to a specified directory

Example: transmission-remote {{hostname}} {{[-a|--all]}} {{torrent|url}} {{[-w|--download-dir]}} /{{path/to/download_directory}}
-l, --listboolean

List all torrents

Example: transmission-remote {{hostname}} {{[-l|--list]}}
-t, --torrentboolean

Start torrent 1 and 2, stop torrent 3

Example: transmission-remote {{hostname}} {{[-t|--torrent]}} "1,2" {{[-s|--start]}} {{[-t|--torrent]}} 3 {{[-S|--stop]}}
-s, --startboolean

Start torrent 1 and 2, stop torrent 3

Example: transmission-remote {{hostname}} {{[-t|--torrent]}} "1,2" {{[-s|--start]}} {{[-t|--torrent]}} 3 {{[-S|--stop]}}
-S, --stopboolean

Start torrent 1 and 2, stop torrent 3

Example: transmission-remote {{hostname}} {{[-t|--torrent]}} "1,2" {{[-s|--start]}} {{[-t|--torrent]}} 3 {{[-S|--stop]}}
-r, --removeboolean

Remove torrent 1 and 2, and also delete local data for torrent 2

Example: transmission-remote {{hostname}} {{[-t|--torrent]}} 1 {{[-r|--remove]}} {{[-t|--torrent]}} 2 {{[-rad|--remove-and-delete]}}
--remove-and-deleteboolean

Remove torrent 1 and 2, and also delete local data for torrent 2

Example: transmission-remote {{hostname}} {{[-t|--torrent]}} 1 {{[-r|--remove]}} {{[-t|--torrent]}} 2 {{[-rad|--remove-and-delete]}}

Examples (7)

Add a torrent file or magnet link to Transmission and download to a specified directory

transmission-remote hostname [-a|--all] torrent|url [-w|--download-dir] /path/to/download_directory

Change the default download directory

transmission-remote hostname [-w|--download-dir] /path/to/download_directory

List all torrents

Start torrent 1 and 2, stop torrent 3

transmission-remote hostname [-t|--torrent] "1,2" [-s|--start] [-t|--torrent] 3 [-S|--stop]

Remove torrent 1 and 2, and also delete local data for torrent 2

transmission-remote hostname [-t|--torrent] 1 [-r|--remove] [-t|--torrent] 2 [-rad|--remove-and-delete]

Stop all torrents

transmission-remote hostname [-t|--torrent] all [-S|--stop]

Move torrents 1-10 and 15-20 to a new directory (which will be created if it does not exist)

transmission-remote hostname [-t|--torrent] "1-10,15-20" --move /path/to/new_directory
made by @shridhargupta | data from tldr-pages