mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 00:42:08 +02:00
transmission-cli: add page
This commit is contained in:
parent
f1043cce79
commit
9fc12f5973
1 changed files with 36 additions and 0 deletions
36
pages/common/transmission-cli.md
Normal file
36
pages/common/transmission-cli.md
Normal file
|
@ -0,0 +1,36 @@
|
|||
# transmission-cli
|
||||
|
||||
> A lightweight, command-line BitTorrent client.
|
||||
> Homepage: <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}}`
|
||||
|
||||
- Set the download speed limit to 50 KB/s:
|
||||
|
||||
`transmission-cli --downlimit {{50}} {{url|magnet|path/to/file}}`
|
||||
|
||||
- Set the upload speed limit to 50 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}}`
|
Loading…
Add table
Reference in a new issue