mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-20 04:01:39 +00:00
Update cheatsheets
This commit is contained in:
@@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
> A lightweight, command-line BitTorrent client.
|
||||
> This tool has been deprecated, please see `transmission-remote`.
|
||||
> More information: <https://transmissionbt.com>.
|
||||
> More information: <https://manned.org/transmission-cli>.
|
||||
|
||||
- Download a specific torrent:
|
||||
|
||||
@@ -15,7 +15,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Download a torrent to a specific directory:
|
||||
|
||||
`transmission-cli --download-dir {{path/to/download_directory}} {{url|magnet|path/to/file}}`
|
||||
`transmission-cli {{[-w|--download-dir]}} {{path/to/download_directory}} {{url|magnet|path/to/file}}`
|
||||
|
||||
- Create a torrent file from a specific file or directory:
|
||||
|
||||
@@ -23,20 +23,20 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Specify the download speed limit (in KB/s):
|
||||
|
||||
`transmission-cli --downlimit {{50}} {{url|magnet|path/to/file}}`
|
||||
`transmission-cli {{[-d|--downlimit]}} {{50}} {{url|magnet|path/to/file}}`
|
||||
|
||||
- Specify the upload speed limit (in KB/s):
|
||||
|
||||
`transmission-cli --uplimit {{50}} {{url|magnet|path/to/file}}`
|
||||
`transmission-cli {{[-u|--uplimit]}} {{50}} {{url|magnet|path/to/file}}`
|
||||
|
||||
- Use a specific port for connections:
|
||||
|
||||
`transmission-cli --port {{port_number}} {{url|magnet|path/to/file}}`
|
||||
`transmission-cli {{[-p|--port]}} {{port_number}} {{url|magnet|path/to/file}}`
|
||||
|
||||
- Force encryption for peer connections:
|
||||
|
||||
`transmission-cli --encryption-required {{url|magnet|path/to/file}}`
|
||||
`transmission-cli {{[-er|--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}}`
|
||||
`transmission-cli {{[-b|--blocklist]}} {{blocklist_url|path/to/blocklist}} {{url|magnet|path/to/file}}`
|
||||
|
||||
Reference in New Issue
Block a user