Forrest logo
tool overview
On this page you find all important commands for the CLI tool transmission-remote. If the command you are looking for is missing please ask our AI.

transmission-remote

Transmission-remote is a command line tool used to control the Transmission BitTorrent client remotely. It allows users to interact with Transmission from any machine on the network, without requiring direct access to the client. The tool provides a range of functionalities, making it easy to manage and monitor ongoing downloads and uploads.

With transmission-remote, users can add new torrents to Transmission, either by providing a magnet link or a torrent file. They can also list all active transfers, pause and resume downloads, and remove torrents from the downloading queue. Additionally, the tool provides options to set download and upload speed limits, prioritize specific files or folders within a torrent, and manage the settings of the Transmission client.

The tool also supports monitoring the overall status of downloads, including availability, completion percentage, download speed, and estimated time remaining. It can display information about individual torrents, such as file list, size, and peers connected. Moreover, transmission-remote enables users to download specific files instead of the entire torrent, which is particularly useful when dealing with large torrents with multiple files.

Transmission-remote is highly customizable, allowing users to configure various settings like encryption, bandwidth allocation, and port forwarding. The tool supports authentication and encryption to ensure secure communication between the client and the remote controller. It is available for multiple operating systems, including Linux, macOS, and Windows, making it versatile and widely accessible.

List of commands for transmission-remote:

  • transmission-remote:tldr:327d6 transmission-remote: Start torrent 1 and 2, stop torrent 3.
    $ transmission-remote ${hostname} -t "${1,2}" --start -t ${3} --stop
    try on your machine
    explain this command
  • transmission-remote:tldr:6b4fa transmission-remote: List all torrents.
    $ transmission-remote ${hostname} --list
    try on your machine
    explain this command
  • transmission-remote:tldr:80cfc transmission-remote: Move torrents 1-10 and 15-20 to a new directory (which will be created if it does not exist).
    $ transmission-remote ${hostname} -t "${1-10,15-20}" --move ${-path-to-new_directory}
    try on your machine
    explain this command
  • transmission-remote:tldr:b90cb transmission-remote: Change the default download directory.
    $ transmission-remote ${hostname} -w ${-path-to-download_directory}
    try on your machine
    explain this command
  • transmission-remote:tldr:c7242 transmission-remote: Add a torrent file or magnet link to Transmission and download to a specified directory.
    $ transmission-remote ${hostname} -a ${select} -w ${-path-to-download_directory}
    try on your machine
    explain this command
  • transmission-remote:tldr:d01dc transmission-remote: Remove torrent 1 and 2, and also delete local data for torrent 2.
    $ transmission-remote ${hostname} -t ${1} --remove -t ${2} --remove-and-delete
    try on your machine
    explain this command
  • transmission-remote:tldr:fa8af transmission-remote: Stop all torrents.
    $ transmission-remote ${hostname} -t ${all} --stop
    try on your machine
    explain this command
tool overview