transmission-cli
all
A lightweight, command-line BitTorrent client. This tool has been deprecated, please see `transmission-remote`.
More info →Options (6)
-w, --download-dirbooleanDownload a torrent to a specific directory
Example:
transmission-cli {{[-w|--download-dir]}} {{path/to/download_directory}} {{url|magnet|path/to/file}}-d, --downlimitbooleanSpecify the download speed limit (in KB/s)
Example:
transmission-cli {{[-d|--downlimit]}} {{50}} {{url|magnet|path/to/file}}-u, --uplimitbooleanSpecify the upload speed limit (in KB/s)
Example:
transmission-cli {{[-u|--uplimit]}} {{50}} {{url|magnet|path/to/file}}-p, --portbooleanUse a specific port for connections
Example:
transmission-cli {{[-p|--port]}} {{port_number}} {{url|magnet|path/to/file}}--encryption-requiredbooleanForce encryption for peer connections
Example:
transmission-cli {{[-er|--encryption-required]}} {{url|magnet|path/to/file}}-b, --blocklistbooleanUse a Bluetack-formatted peer blocklist
Example:
transmission-cli {{[-b|--blocklist]}} {{blocklist_url|path/to/blocklist}} {{url|magnet|path/to/file}}Examples (8)
Download a specific torrent
transmission-cli url|magnet|path/to/fileDownload a torrent to a specific directory
transmission-cli [-w|--download-dir] path/to/download_directory url|magnet|path/to/fileCreate a torrent file from a specific file or directory
transmission-cli --new path/to/source_file_or_directorySpecify the download speed limit (in KB/s)
transmission-cli [-d|--downlimit] 50 url|magnet|path/to/fileSpecify the upload speed limit (in KB/s)
transmission-cli [-u|--uplimit] 50 url|magnet|path/to/fileUse a specific port for connections
transmission-cli [-p|--port] port_number url|magnet|path/to/fileForce encryption for peer connections
transmission-cli [-er|--encryption-required] url|magnet|path/to/fileUse a Bluetack-formatted peer blocklist
transmission-cli [-b|--blocklist] blocklist_url|path/to/blocklist url|magnet|path/to/filemade by @shridhargupta | data from tldr-pages