2019-04-26 10:10:16 +01:00
|
|
|
# transmission-cli
|
|
|
|
|
|
|
|
> A lightweight, command-line BitTorrent client.
|
2019-05-09 17:39:08 +01:00
|
|
|
> This tool has been deprecated, please see `transmission-remote`.
|
2019-06-03 01:06:36 +01:00
|
|
|
> More information: <https://transmissionbt.com>.
|
2019-04-26 10:10:16 +01:00
|
|
|
|
|
|
|
- Download a specific torrent:
|
|
|
|
|
|
|
|
`transmission-cli {{url|magnet|path/to/file}}`
|
|
|
|
|
|
|
|
- Download a torrent to a specific directory:
|
|
|
|
|
|
|
|
`transmission-cli --download-dir {{path/to/download_directory}} {{url|magnet|path/to/file}}`
|
|
|
|
|
|
|
|
- Create a torrent file from a specific file or directory:
|
|
|
|
|
|
|
|
`transmission-cli --new {{path/to/source_file_or_directory}}`
|
|
|
|
|
2024-02-09 13:55:36 +00:00
|
|
|
- Specify the download speed limit (in KB/s):
|
2019-04-26 10:10:16 +01:00
|
|
|
|
|
|
|
`transmission-cli --downlimit {{50}} {{url|magnet|path/to/file}}`
|
|
|
|
|
2024-02-09 13:55:36 +00:00
|
|
|
- Specify the upload speed limit (in KB/s):
|
2019-04-26 10:10:16 +01:00
|
|
|
|
|
|
|
`transmission-cli --uplimit {{50}} {{url|magnet|path/to/file}}`
|
|
|
|
|
|
|
|
- Use a specific port for connections:
|
|
|
|
|
|
|
|
`transmission-cli --port {{port_number}} {{url|magnet|path/to/file}}`
|
|
|
|
|
|
|
|
- Force encryption for peer connections:
|
|
|
|
|
|
|
|
`transmission-cli --encryption-required {{url|magnet|path/to/file}}`
|
|
|
|
|
|
|
|
- Use a Bluetack-formatted peer blocklist:
|
|
|
|
|
|
|
|
`transmission-cli --blocklist {{blocklist_url|path/to/blocklist}} {{url|magnet|path/to/file}}`
|