TRANSMISSION-REMOTE

Section: User Commands (1)
Index Return to Main Contents

BSD mandoc
 

NAME

transmission-remote - a remote control utility for transmission-daemon1 and transmission(1)  

SYNOPSIS

-words transmission-remote -h
transmission-remote [-t daemon | gtk ] [-a torrent-file ] [-d download-rate ] [-D ] [-e ] [-E ] [-f directory ] [-i ] [-l ] [-m ] [-M ] [-p port ] [-q ] [-r all | info-hash ] [-s all | info-hash ] [-S all | info-hash ] [-u upload-rate ] [-U ] [torrent-file ... ]
transmission-remote -x [-a torrent-file ] [-d download-rate ] [-D ] [-e ] [-E ] [-f directory ] [-i ] [-l ] [-m ] [-M ] [-p port ] [-q ] [-r all | info-hash ] [-s all | info-hash ] [-S all | info-hash ] [-u upload-rate ] [-U ] command [argument ... ]  

DESCRIPTION

The transmission-remote program is a remote control utility for transmission-daemon1 and transmission(1)

The options are as follows:

-a --add torrent-file
Add the torrent metainfo file torrent-file
-d --download-limit download-rate
Set maximum download rate to download-rate in kilobytes per second.
-D --download-unlimited
Remove the download limit.
-e
Enable peer exchange.
-E
Disable peer exchange.
-f --folder directory
Use directory as the default location for newly added torrents to download files to.
-h --help
Print command-line option descriptions.
-i --info
Print a listing of all torrent info hashes and names.
-l --list
Print a listing of all torrent names with size and current status.
-m --port-mapping
Enable automatic port mapping via NAT-PMP or UPnP IGD.
-M --no-port-mapping
Disable automatic port mapping.
-p --port port
Attempt to bind to port for use as a listening port to accept incoming peer connections.
-q --quit
Quit the running instance.
-r --remove all | info-hash
Remove all torrents, or the torrent with an info hash of info-hash Neither the downloaded data nor the original torrent metainfo file will be deleted.
-s --stop all | info-hash
Stop all torrents from downloading or seeding, or the torrent with an info hash of info-hash
-S --start all | info-hash
Start all torrents downloading or seeding, or the torrent with an info hash of info-hash
-t --type daemon | gtk
Connect to either transmission-daemon1 or transmission(1).
-u --upload-limit upload-rate
Set maximum upload rate to upload-rate in kilobytes per second.
-U --upload-unlimited
Remove the upload limit.
-x --proxy
Proxy the connection to transmission-daemon1 or transmission(1) through command

 

FILES

~/.transmission  

EXAMPLES

Show status for all torrents:

transmission-remote -l

Pause a torrent:

transmission-remote -S ca6ac4bbd971d3902935dbcfc2d3ea25b428a547

Set download and upload limits to 100 KiB/sec and 20 KiB/sec:

transmission-remote -d 100 -u 20

Quit the GTK+ frontend:

transmission-remote -t gtk -q

Add two torrents:

transmission-remote foo.torrent bar.torrent

Show the info hashes of all the torrents on jade:

transmission-remote -x -i ssh jade transmission-proxy
 

AUTHORS

An -nosplit The transmission-remote program was written by An Josh Elsasser Aq [email protected] , An Eric Petit Aq [email protected] , An Charles Kerr Aq [email protected] , and An Mitchell Livingston Aq [email protected] .  

SEE ALSO

transmissioncli(1), transmission-daemon1, transmission(1), transmission-proxy1

http://www.transmissionbt.com/


 

Index

NAME
SYNOPSIS
DESCRIPTION
FILES
EXAMPLES
AUTHORS
SEE ALSO

This document was created by using the manual pages.
Time: 23:07:12 GMT, May 09, 2009