2019-05-09 18:37:39 +02:00
|
|
|
# transmission-remote
|
|
|
|
|
2023-12-01 16:53:03 +01:00
|
|
|
> Remote control utility for `transmission-daemon` and `transmission`.
|
2025-04-22 06:20:48 +03:00
|
|
|
> More information: <https://manned.org/transmission-remote>.
|
2019-05-09 18:37:39 +02:00
|
|
|
|
|
|
|
- Add a torrent file or magnet link to Transmission and download to a specified directory:
|
|
|
|
|
2025-04-22 06:20:48 +03:00
|
|
|
`transmission-remote {{hostname}} {{[-a|--all]}} {{torrent|url}} {{[-w|--download-dir]}} {{/path/to/download_directory}}`
|
2019-05-09 18:37:39 +02:00
|
|
|
|
|
|
|
- Change the default download directory:
|
|
|
|
|
2025-04-22 06:20:48 +03:00
|
|
|
`transmission-remote {{hostname}} {{[-w|--download-dir]}} {{/path/to/download_directory}}`
|
2019-05-09 18:37:39 +02:00
|
|
|
|
|
|
|
- List all torrents:
|
|
|
|
|
2025-04-22 06:20:48 +03:00
|
|
|
`transmission-remote {{hostname}} {{[-l|--list]}}`
|
2019-05-09 18:37:39 +02:00
|
|
|
|
|
|
|
- Start torrent 1 and 2, stop torrent 3:
|
|
|
|
|
2025-04-22 19:06:16 +02:00
|
|
|
`transmission-remote {{hostname}} {{[-t|--torrent]}} "1,2" {{[-s|--start]}} {{[-t|--torrent]}} 3 {{[-S|--stop]}}`
|
2019-05-09 18:37:39 +02:00
|
|
|
|
|
|
|
- Remove torrent 1 and 2, and also delete local data for torrent 2:
|
|
|
|
|
2025-04-22 19:06:16 +02:00
|
|
|
`transmission-remote {{hostname}} {{[-t|--torrent]}} 1 {{[-r|--remove]}} {{[-t|--torrent]}} 2 {{[-rad|--remove-and-delete]}}`
|
2019-05-09 18:37:39 +02:00
|
|
|
|
|
|
|
- Stop all torrents:
|
|
|
|
|
2025-04-22 06:20:48 +03:00
|
|
|
`transmission-remote {{hostname}} {{[-t|--torrent]}} {{all}} {{[-S|--stop]}}`
|
2019-05-09 18:37:39 +02:00
|
|
|
|
2021-01-10 14:35:05 -05:00
|
|
|
- Move torrents 1-10 and 15-20 to a new directory (which will be created if it does not exist):
|
2019-05-09 18:37:39 +02:00
|
|
|
|
2025-04-22 19:06:16 +02:00
|
|
|
`transmission-remote {{hostname}} {{[-t|--torrent]}} "1-10,15-20" --move {{/path/to/new_directory}}`
|