LinuxCommandLibrary

transmission-cli

transmission-cli

TLDR

Download a specific torrent

$ transmission-cli [url|magnet|path/to/file]
copy


Download a torrent to a specific directory
$ transmission-cli --download-dir [path/to/download_directory] [url|magnet|path/to/file]
copy


Create a torrent file from a specific file or directory
$ transmission-cli --new [path/to/source_file_or_directory]
copy


Set the download speed limit to 50 KB/s
$ transmission-cli --downlimit [50] [url|magnet|path/to/file]
copy


Set the upload speed limit to 50 KB/s
$ transmission-cli --uplimit [50] [url|magnet|path/to/file]
copy


Use a specific port for connections
$ transmission-cli --port [port_number] [url|magnet|path/to/file]
copy


Force encryption for peer connections
$ transmission-cli --encryption-required [url|magnet|path/to/file]
copy


Use a Bluetack-formatted peer blocklist
$ transmission-cli --blocklist [blocklist_url|path/to/blocklist] [url|magnet|path/to/file]
copy

Copied to clipboard