1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-24 00:02:09 +02:00
tldr/pages/common/transmission-cli.md
Vitor Henrique d79a1667e3
pages*: refine wording (#12132)
* pages*: refine wording

---------

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2024-02-09 19:25:36 +05:30

37 lines
1.1 KiB
Markdown

# transmission-cli
> A lightweight, command-line BitTorrent client.
> This tool has been deprecated, please see `transmission-remote`.
> More information: <https://transmissionbt.com>.
- 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}}`
- Specify the download speed limit (in KB/s):
`transmission-cli --downlimit {{50}} {{url|magnet|path/to/file}}`
- Specify the upload speed limit (in KB/s):
`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}}`