
transmission-remote
List of commands for transmission-remote:
-
transmission-remote:ai:2566b where are config files for transmission-remote$ transmission-remote -n ${username}:${password} ${hostname}:${port} --authtry on your machineexplain this command
-
transmission-remote:ai:42217 transmission-remote Configuration directory change$ transmission-remote -Si | grep 'Config dir'try on your machineexplain this command
-
transmission-remote:ai:c617c Used to load configuration file settings for Transmission.$ transmission-remote --configtry on your machineexplain this command
-
transmission-remote:ai:d3704 Stops the transmission UI$ transmission-remote --exittry on your machineexplain this command
-
transmission-remote:ai:f6aee Command to access Transmission's remote interface in JSON format.$ transmission-remote -n 'transmission:transmission' --jsontry on your machineexplain this command
-
transmission-remote:tldr:327d6 transmission-remote: Start torrent 1 and 2, stop torrent 3.$ transmission-remote ${hostname} -t "${1,2}" --start -t ${3} --stoptry on your machineexplain this command
-
transmission-remote:tldr:6b4fa transmission-remote: List all torrents.$ transmission-remote ${hostname} --listtry on your machineexplain 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 machineexplain this command
-
transmission-remote:tldr:b90cb transmission-remote: Change the default download directory.$ transmission-remote ${hostname} -w ${-path-to-download_directory}try on your machineexplain 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 machineexplain 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-deletetry on your machineexplain this command
-
transmission-remote:tldr:fa8af transmission-remote: Stop all torrents.$ transmission-remote ${hostname} -t ${all} --stoptry on your machineexplain this command