1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-03-11 22:52:53 +00:00

(trunk) silence manpage warnings reported by lintian and recorded at http://lintian.debian.org/full/costela@debian.org.html#transmission

This commit is contained in:
Charles Kerr 2009-09-15 14:11:46 +00:00
parent 81e75fe160
commit b9517b9826
4 changed files with 21 additions and 149 deletions

View file

@ -58,79 +58,56 @@ scripting capabilities.
.Pp .Pp
The options are as follows: The options are as follows:
.Bl -tag -width Ds .Bl -tag -width Ds
.It Fl a, Fl -announce Ar announce-url .It Fl a, Fl -announce Ar announce-url
When creating a new torrent, set its announce URL When creating a new torrent, set its announce URL
.It Fl b Fl -blocklist .It Fl b Fl -blocklist
Enable peer blocklists. Transmission understands the bluetack blocklist file format. Enable peer blocklists. Transmission understands the bluetack blocklist file format.
New blocklists can be added by copying them into the config-dir's "blocklists" subdirectory. New blocklists can be added by copying them into the config-dir's "blocklists" subdirectory.
.It Fl B Fl -no-blocklist .It Fl B Fl -no-blocklist
Disble blocklists. Disble blocklists.
.It Fl c, Fl -comment Ar comment-text .It Fl c, Fl -comment Ar comment-text
When creating a new torrent, set its comment field When creating a new torrent, set its comment field
.It Fl d, -downlimit Ar number .It Fl d, -downlimit Ar number
Set the maximum download speed in KB/s Set the maximum download speed in KB/s
.It Fl D, -no-downlimit .It Fl D, -no-downlimit
Don't limit the download speed Don't limit the download speed
.It Fl er Fl -encryption-required .It Fl er Fl -encryption-required
Encrypt all peer connections. Encrypt all peer connections.
.It Fl ep Fl -encryption-preferred .It Fl ep Fl -encryption-preferred
Prefer encrypted peer connections. Prefer encrypted peer connections.
.It Fl et Fl -encryption-tolerated .It Fl et Fl -encryption-tolerated
Prefer unencrypted peer connections. Prefer unencrypted peer connections.
.It Fl f, -finish Ar script .It Fl f, -finish Ar script
Set a script to run when the torrent finishes Set a script to run when the torrent finishes
.It Fl g, Fl -config-dir Ar directory .It Fl g, Fl -config-dir Ar directory
Where to look for configuration files. This can be used to swap between using the cli, daemon, gtk, and qt clients. Where to look for configuration files. This can be used to swap between using the cli, daemon, gtk, and qt clients.
See http://trac.transmissionbt.com/wiki/ConfigFiles for more information. See http://trac.transmissionbt.com/wiki/ConfigFiles for more information.
.It Fl h, Fl -help .It Fl h, Fl -help
Prints a short usage summary. Prints a short usage summary.
.It Fl i, Fl -info .It Fl i, Fl -info
Shows torrent details and exit Shows torrent details and exit
.It Fl m, Fl -portmap .It Fl m, Fl -portmap
Enable portmapping via NAT-PMP or UPnP Enable portmapping via NAT-PMP or UPnP
.It Fl M, Fl -no-portmap .It Fl M, Fl -no-portmap
Disable portmapping Disable portmapping
.It Fl n, Fl -new Ar sourcefile .It Fl n, Fl -new Ar sourcefile
Create torrent from the specified file or directory Create torrent from the specified file or directory
.It Fl p, -port Ar port .It Fl p, -port Ar port
Set the port to listen for incoming peers. (Default: 51413) Set the port to listen for incoming peers. (Default: 51413)
.It Fl r, Fl -private .It Fl r, Fl -private
When creating a new torrent, set its 'private' flag When creating a new torrent, set its 'private' flag
.It Fl s, -scrape .It Fl s, -scrape
Print the current number of seeders and leechers for the specified torrent Print the current number of seeders and leechers for the specified torrent
.It Fl t, -tos .It Fl t, -tos
Set the peer socket TOS for local router-based traffic shaping. Set the peer socket TOS for local router-based traffic shaping.
.It Fl u, -uplimit Ar number .It Fl u, -uplimit Ar number
Set the maximum upload speed in KB/s Set the maximum upload speed in KB/s
.It Fl U, -no-uplimit .It Fl U, -no-uplimit
Don't limit the upload speed Don't limit the upload speed
.It Fl v, Fl -verify .It Fl v, Fl -verify
Verify the torrent's downloaded data. Verify the torrent's downloaded data.
.It Fl w, Fl -download-dir Ar directory .It Fl w, Fl -download-dir Ar directory
Where to save downloaded data. Where to save downloaded data.
.Sh SIGNALS .Sh SIGNALS
In addition to these options, sending In addition to these options, sending
.Nm .Nm

View file

@ -1,6 +1,5 @@
.Dd July 21, 2008 .Dd July 21, 2008
.Dt TRANSMISSION-DAEMON 1 .Dt TRANSMISSION-DAEMON 1
.Sh NAME .Sh NAME
.Nm transmission-daemon .Nm transmission-daemon
.Nd a bittorrent client .Nd a bittorrent client
@ -28,80 +27,61 @@
.Op Fl V .Op Fl V
.Op Fl w Ar download-dir .Op Fl w Ar download-dir
.Ek .Ek
.Sh DESCRIPTION .Sh DESCRIPTION
.Nm .Nm
is a daemon-based Transmission session that can be controlled is a daemon-based Transmission session that can be controlled
via RPC commands from transmission's web interface or via RPC commands from transmission's web interface or
.Xr transmission-remote 1 . .Xr transmission-remote 1 .
.Sh OPTIONS .Sh OPTIONS
.Bl -tag -width Ds .Bl -tag -width Ds
.It Fl a Fl -allowed Ar x.x.x.x,... .It Fl a Fl -allowed Ar x.x.x.x,...
Allow RPC access to a comma-delimited whitelist of IP addresses. Allow RPC access to a comma-delimited whitelist of IP addresses.
Wildcards can be specified in an address by using '*'. Wildcards can be specified in an address by using '*'.
Default: "127.0.0.1" Default: "127.0.0.1"
Example: "127.0.0.*,192.168.1.*" Example: "127.0.0.*,192.168.1.*"
.It Fl b Fl -blocklist .It Fl b Fl -blocklist
Enable peer blocklists. Transmission understands the bluetack blocklist file format. Enable peer blocklists. Transmission understands the bluetack blocklist file format.
New blocklists can be added by copying them into the config-dir's "blocklists" subdirectory. New blocklists can be added by copying them into the config-dir's "blocklists" subdirectory.
.It Fl c Ar directory .It Fl c Ar directory
Directory to watch for new .torrent files to be added. As they are added to this directory, Directory to watch for new .torrent files to be added. As they are added to this directory,
the daemon will load them into Transmission. the daemon will load them into Transmission.
.It Fl C .It Fl C
Do not watch for new .torrent files. Do not watch for new .torrent files.
.It Fl B Fl -no-blocklist .It Fl B Fl -no-blocklist
Disble blocklists. Disble blocklists.
.It Fl f Fl -foreground .It Fl f Fl -foreground
Run in the foreground and print errors to stderr. Run in the foreground and print errors to stderr.
.It Fl g Fl -config-dir Ar directory .It Fl g Fl -config-dir Ar directory
Where to look for configuration files. This can be used to swap between using the cli, daemon, gtk, and qt clients. Where to look for configuration files. This can be used to swap between using the cli, daemon, gtk, and qt clients.
See http://trac.transmissionbt.com/wiki/ConfigFiles for more information. See http://trac.transmissionbt.com/wiki/ConfigFiles for more information.
.It Fl er Fl -encryption-required .It Fl er Fl -encryption-required
Encrypt all peer connections. Encrypt all peer connections.
.It Fl ep Fl -encryption-preferred .It Fl ep Fl -encryption-preferred
Prefer encrypted peer connections. Prefer encrypted peer connections.
.It Fl et Fl -encryption-tolerated .It Fl et Fl -encryption-tolerated
Prefer unencrypted peer connections. Prefer unencrypted peer connections.
.It Fl h Fl -help .It Fl h Fl -help
Print command-line option descriptions. Print command-line option descriptions.
.It Fl i Fl -bind-address-ipv4 .It Fl i Fl -bind-address-ipv4
Listen for IPv4 BitTorrent connections on a specific address. Only one IPv4 listening address is allowed. Default: 0.0.0.0 (All addresses) Listen for IPv4 BitTorrent connections on a specific address. Only one IPv4 listening address is allowed. Default: 0.0.0.0 (All addresses)
.It Fl I Fl -bind-address-ipv6 .It Fl I Fl -bind-address-ipv6
Listen for IPv6 BitTorrent connections on a specific address. Only one IPv6 listening address is allowed. Default: :: (All addresses) Listen for IPv6 BitTorrent connections on a specific address. Only one IPv6 listening address is allowed. Default: :: (All addresses)
.It Fl r Fl -rpc-bind-address .It Fl r Fl -rpc-bind-address
Listen for RPC connections on a specific address. This must be an IPv4 address. Only one RPC listening address is allowed. Default: 0.0.0.0 (All addresses) Listen for RPC connections on a specific address. This must be an IPv4 address. Only one RPC listening address is allowed. Default: 0.0.0.0 (All addresses)
.It Fl -paused .It Fl -paused
Pause all torrents on startup Pause all torrents on startup
.It Fl L Fl -peerlimit-global Ar limit .It Fl L Fl -peerlimit-global Ar limit
Overall peer limit. Useful on embedded systems where the default might be unsuitable. Default: 240 Overall peer limit. Useful on embedded systems where the default might be unsuitable. Default: 240
.It Fl l Fl -peerlimit-torrent Ar limit .It Fl l Fl -peerlimit-torrent Ar limit
Peer limit per torrent. Useful on embedded systems where the default might be unsuitable. Default: 60 Peer limit per torrent. Useful on embedded systems where the default might be unsuitable. Default: 60
.It Fl m Fl -portmap .It Fl m Fl -portmap
Enable portmapping via NAT-PMP or UPnP Enable portmapping via NAT-PMP or UPnP
.It Fl M Fl -no-portmap .It Fl M Fl -no-portmap
Disable portmapping Disable portmapping
.It Fl p Fl -port Ar port .It Fl p Fl -port Ar port
Port to open and listen for RPC requests on. Default: 9091 Port to open and listen for RPC requests on. Default: 9091
.It Fl P, -peerport Ar port .It Fl P, -peerport Ar port
Port to listen for incoming peers on. Default: 51413 Port to listen for incoming peers on. Default: 51413
.It Fl t Fl -auth .It Fl t Fl -auth
Require clients to authenticate themselves. Require clients to authenticate themselves.
This doesn't do much good unless This doesn't do much good unless
@ -109,31 +89,22 @@ This doesn't do much good unless
and and
.Ar password .Ar password
are also set. are also set.
.It Fl T Fl -no-auth .It Fl T Fl -no-auth
Don't require authentication from clients. Don't require authentication from clients.
.It Fl u Fl -username Ar username .It Fl u Fl -username Ar username
Used for client authentication. Used for client authentication.
.It Fl v Fl -password Ar password .It Fl v Fl -password Ar password
Used for client authentication. Used for client authentication.
.It Fl V Fl -version .It Fl V Fl -version
Show version number and exit Show version number and exit
.It Fl w Fl -download-dir .It Fl w Fl -download-dir
Where to store downloaded data. Where to store downloaded data.
.El .El
.Sh ENVIRONMENT .Sh ENVIRONMENT
.Bl -tag -width Fl .Bl -tag -width Fl
.It Ev TRANSMISSION_HOME .It Ev TRANSMISSION_HOME
Sets the default config-dir. Sets the default config-dir.
.El .El
.Sh FILES .Sh FILES
.Bl -tag -width Ds -compact .Bl -tag -width Ds -compact
.It ~/.config/transmission-daemon .It ~/.config/transmission-daemon
@ -144,8 +115,6 @@ nor
is specified. is specified.
See http://trac.transmissionbt.com/wiki/ConfigFiles for more information. See http://trac.transmissionbt.com/wiki/ConfigFiles for more information.
.El .El
.Sh AUTHORS .Sh AUTHORS
.An -nosplit .An -nosplit
.An Charles Kerr , .An Charles Kerr ,
@ -153,7 +122,6 @@ See http://trac.transmissionbt.com/wiki/ConfigFiles for more information.
.An Eric Petit , .An Eric Petit ,
and and
.An Mitchell Livingston . .An Mitchell Livingston .
.Sh SEE ALSO .Sh SEE ALSO
.Xr transmissioncli 1 , .Xr transmissioncli 1 ,
.Xr transmission 1 , .Xr transmission 1 ,

View file

@ -66,68 +66,52 @@ By default,
.Nm .Nm
connects to the transmission session at localhost:9091. connects to the transmission session at localhost:9091.
Other sessions can be controlled by specifying a different host and/or port. Other sessions can be controlled by specifying a different host and/or port.
.Sh OPTIONS .Sh OPTIONS
.Bl -tag -width Ds .Bl -tag -width Ds
.It Fl a Fl -add Ar filenames-or-URLs .It Fl a Fl -add Ar filenames-or-URLs
Add torrents to transmission. Add torrents to transmission.
.It Fl b Fl -debug .It Fl b Fl -debug
Enable debugging mode. Enable debugging mode.
.It Fl as Fl -alt-speed .It Fl as Fl -alt-speed
Use the alternate Limits. Use the alternate Limits.
.It Fl AS Fl -no-alt-speed .It Fl AS Fl -no-alt-speed
Don't use the alternate Limits. Don't use the alternate Limits.
.It Fl asd Fl -alt-speed-downlimit Ar limit .It Fl asd Fl -alt-speed-downlimit Ar limit
Limit the alternate download speed to Limit the alternate download speed to
.Ar limit .Ar limit
kilobytes per second. kilobytes per second.
.It Fl asu Fl -alt-speed-uplimit Ar limit .It Fl asu Fl -alt-speed-uplimit Ar limit
Limit the alternate upload speed to Limit the alternate upload speed to
.Ar limit .Ar limit
kilobytes per second. kilobytes per second.
.It Fl asc Fl -alt-speed-scheduler .It Fl asc Fl -alt-speed-scheduler
Use the scheduled on/off times. Use the scheduled on/off times.
.It Fl ASC Fl -no-alt-speed-scheduler .It Fl ASC Fl -no-alt-speed-scheduler
Don't use the scheduled on/off days and times. Don't use the scheduled on/off days and times.
.It Fl -alt-speed-time-begin Ar time .It Fl -alt-speed-time-begin Ar time
.Ar Time .Ar Time
to start using the alt speed limits (in hhmm). to start using the alt speed limits (in hhmm).
.It Fl -alt-speed-time-end Ar time .It Fl -alt-speed-time-end Ar time
.Ar Time .Ar Time
to stop using the alt speed limits (in hhmm). to stop using the alt speed limits (in hhmm).
.It Fl -alt-speed-days Ar days .It Fl -alt-speed-days Ar days
Set the number of Set the number of
.Ar days .Ar days
on which to enable the speed scheduler, using a list such as "2,4-6". on which to enable the speed scheduler, using a list such as "2,4-6".
.It Fl d Fl -downlimit Ar limit .It Fl d Fl -downlimit Ar limit
Limit the global download speed to Limit the global download speed to
.Ar limit .Ar limit
kilobytes per second. kilobytes per second.
.It Fl D Fl -no-downlimit .It Fl D Fl -no-downlimit
Remove the global download limit. Remove the global download limit.
.It Fl er Fl -encryption-required .It Fl er Fl -encryption-required
Encrypt all peer connections. Encrypt all peer connections.
.It Fl ep Fl -encryption-preferred .It Fl ep Fl -encryption-preferred
Prefer encrypted peer connections. Prefer encrypted peer connections.
.It Fl et Fl -encryption-tolerated .It Fl et Fl -encryption-tolerated
Prefer unencrypted peer connections. Prefer unencrypted peer connections.
.It Fl f Fl -files .It Fl f Fl -files
Get a file list for the current torrent(s) Get a file list for the current torrent(s)
.It Fl g Fl -get Ar all | file-index | files .It Fl g Fl -get Ar all | file-index | files
Mark file(s) for download. Mark file(s) for download.
.Ar all .Ar all
@ -136,60 +120,46 @@ marks all all of the torrent's files for downloading,
adds a single file to the download list, and adds a single file to the download list, and
.Ar files .Ar files
adds multiple files to the download list, adds multiple files to the download list,
such as "-g1,3-5" to add files #1, #3, #4, and #5 to the download list. such as "\-g1,3-5" to add files #1, #3, #4, and #5 to the download list.
.It Fl G Fl -no-get Ar all | file-index | files .It Fl G Fl -no-get Ar all | file-index | files
Mark file(s) for not downloading. Mark file(s) for not downloading.
.It Fl gsr Fl -global-seedratio Ar ratio .It Fl gsr Fl -global-seedratio Ar ratio
All torrents, unless overridden by a per-torrent setting, should seed until a specific All torrents, unless overridden by a per-torrent setting, should seed until a specific
.Ar ratio .Ar ratio
.It Fl GSR Fl -no-global-seedratio .It Fl GSR Fl -no-global-seedratio
All torrents, unless overridden by a per-torrent setting, should seed regardless of ratio All torrents, unless overridden by a per-torrent setting, should seed regardless of ratio
.It Fl h Fl -help .It Fl h Fl -help
Print command-line option descriptions. Print command-line option descriptions.
.It Fl i Fl -info Ar id | torrent-hash .It Fl i Fl -info Ar id | torrent-hash
Show details of the current torrent(s) Show details of the current torrent(s)
.It Fl si Fl -session-info .It Fl si Fl -session-info
List session information from the server List session information from the server
.It Fl st Fl -session-stats .It Fl st Fl -session-stats
List statistical information from the server List statistical information from the server
.It Fl l Fl -list .It Fl l Fl -list
List all torrents List all torrents
.It Fl m Fl -portmap .It Fl m Fl -portmap
Enable portmapping via NAT-PMP or UPnP Enable portmapping via NAT-PMP or UPnP
.It Fl M Fl -no-portmap .It Fl M Fl -no-portmap
Disable portmapping Disable portmapping
.It Fl n Fl -auth Ar username:password .It Fl n Fl -auth Ar username:password
Set the Set the
.Ar username .Ar username
and and
.Ar password .Ar password
for authentication for authentication
.It Fl N Fl -netrc Ar filename .It Fl N Fl -netrc Ar filename
Set the authentication information from a Set the authentication information from a
.Ar netrc file. .Ar netrc file.
See netrc(5) for more information. See netrc(5) for more information.
.It Fl o Fl -dht .It Fl o Fl -dht
Enable distributed hash table (DHT). Enable distributed hash table (DHT).
.It Fl O Fl -no-dht .It Fl O Fl -no-dht
Disable distribued hash table (DHT). Disable distribued hash table (DHT).
.It Fl p Fl -port Ar port .It Fl p Fl -port Ar port
Set the Set the
.Ar port .Ar port
for use when listening for incoming peer connections for use when listening for incoming peer connections
.It Fl pn Fl -priority-normal Ar all | file-index | files .It Fl pn Fl -priority-normal Ar all | file-index | files
Mark file(s) as normal priority. Mark file(s) as normal priority.
.Ar all .Ar all
@ -198,48 +168,34 @@ marks all of the torrent's files as normal priority,
sets a single file's priority as normal, and sets a single file's priority as normal, and
.Ar files .Ar files
sets multiple files' priorities as normal, sets multiple files' priorities as normal,
such as "-pn1,3-5" to normalize files #1, #3, #4, and #5. such as "\-pn1,3-5" to normalize files #1, #3, #4, and #5.
.It Fl ph Fl -priority-high Ar all | file-index | files .It Fl ph Fl -priority-high Ar all | file-index | files
Mark file(s) as high priority. Mark file(s) as high priority.
.It Fl pl Fl -priority-low Ar all | file-index | files .It Fl pl Fl -priority-low Ar all | file-index | files
Mark file(s) as low priority. Mark file(s) as low priority.
.It Fl pr Fl -peers Ar number .It Fl pr Fl -peers Ar number
Set the current torrent(s)' maximum number of peers Set the current torrent(s)' maximum number of peers
.It Fl gpr Fl -global-peers Ar number .It Fl gpr Fl -global-peers Ar number
Set the maximum number of peers allowed globally Set the maximum number of peers allowed globally
.It Fl r Fl -remove .It Fl r Fl -remove
Remove the current torrent(s). This does not delete the downloaded data. Remove the current torrent(s). This does not delete the downloaded data.
.It Fl -remove-and-delete .It Fl -remove-and-delete
Remove the current torrent(s) and delete their downloaded data. Remove the current torrent(s) and delete their downloaded data.
.It Fl -move .It Fl -move
Move the current torrents' data from their current locations to the specified directory. Move the current torrents' data from their current locations to the specified directory.
.It Fl -find .It Fl -find
Tell Transmission where to look for the current torrents' data. Tell Transmission where to look for the current torrents' data.
.It Fl sr Fl -seedratio Ar ratio .It Fl sr Fl -seedratio Ar ratio
Let the current torrent(s) seed until a specific Let the current torrent(s) seed until a specific
.Ar ratio .Ar ratio
.It Fl SR Fl -no-seedratio .It Fl SR Fl -no-seedratio
Let the current torrent(s) seed regardless of ratio Let the current torrent(s) seed regardless of ratio
.It Fl srd Fl -seedratio-default .It Fl srd Fl -seedratio-default
Let the current torrent(s) use the global seedratio settings Let the current torrent(s) use the global seedratio settings
.It Fl s Fl -start .It Fl s Fl -start
Start the current torrent(s) Start the current torrent(s)
.It Fl S Fl -stop .It Fl S Fl -stop
Stop the current torrent(s) from downloading or seeding Stop the current torrent(s) from downloading or seeding
.It Fl t Fl -torrent Ar all | id | torrent-hash .It Fl t Fl -torrent Ar all | id | torrent-hash
Set the current torrent(s) for use by subsequent options. Set the current torrent(s) for use by subsequent options.
.Ar all .Ar all
@ -248,31 +204,25 @@ will apply following requests to all torrents, while specific torrents can be ch
or or
.Ar hash . .Ar hash .
To set more than one current torrent, join their ids or hashes together in a list, To set more than one current torrent, join their ids or hashes together in a list,
such as "-t2,4,6-8" to operate on the torrents whose IDs are 2, 4, 6, 7, and 8. such as "\-t2,4,6-8" to operate on the torrents whose IDs are 2, 4, 6, 7, and 8.
.It Fl u Fl -uplimit Ar limit .It Fl u Fl -uplimit Ar limit
Limit the global upload speed to Limit the global upload speed to
.Ar limit .Ar limit
kilobytes per second. kilobytes per second.
.It Fl U Fl -no-uplimit .It Fl U Fl -no-uplimit
Remove the global upload limit. Remove the global upload limit.
.It Fl v Fl -verify .It Fl v Fl -verify
Verify the current torrent(s) Verify the current torrent(s)
.It Fl V Fl -version .It Fl V Fl -version
Show version number and exit Show version number and exit
.It Fl w Fl -download-dir Ar directory .It Fl w Fl -download-dir Ar directory
Use Use
.Ar directory .Ar directory
as the default location for newly added torrents to download files to. as the default location for newly added torrents to download files to.
.It Fl x Fl -pex .It Fl x Fl -pex
Enable peer exchange (PEX). Enable peer exchange (PEX).
.It Fl X Fl -no-pex .It Fl X Fl -no-pex
Disable peer exchange (PEX). Disable peer exchange (PEX).
.It Fl pi Fl -peer-info .It Fl pi Fl -peer-info
List the current torrent's connected peers. List the current torrent's connected peers.
In the `status' section of the list, the following shorthand is used: In the `status' section of the list, the following shorthand is used:
@ -286,80 +236,65 @@ In the `status' section of the list, the following shorthand is used:
.D1 u: We would upload to this peer if they asked .D1 u: We would upload to this peer if they asked
.D1 X: Peer was discovered through Peer Exchange (PEX) .D1 X: Peer was discovered through Peer Exchange (PEX)
.D1 ?: We unchoked this peer, but they're not interested .D1 ?: We unchoked this peer, but they're not interested
.El .El
.Sh EXAMPLES .Sh EXAMPLES
Set download and upload limits to 400 KiB/sec and 60 KiB/sec: Set download and upload limits to 400 KiB/sec and 60 KiB/sec:
.Bd -literal -offset indent .Bd -literal -offset indent
$ transmission-remote -d400 -u60 $ transmission-remote \-d400 \-u60
$ transmission-remote --downlimit=400 --uplimit=60 $ transmission-remote \-\-downlimit=400 \-\-uplimit=60
.Ed .Ed
Set alternate download and upload limits to 100 KiB/sec and 20 KiB/sec: Set alternate download and upload limits to 100 KiB/sec and 20 KiB/sec:
.Bd -literal -offset indent .Bd -literal -offset indent
$ transmission-remote -asd100 -asu20 $ transmission-remote \-asd100 \-asu20
$ transmission-remote --alt-speed-downlimit=100 --alt-speed-uplimit=20 $ transmission-remote \-\-alt-speed-downlimit=100 \-\-alt-speed-uplimit=20
.Ed .Ed
Set the scheduler to use the alternate speed limits on weekdays between 10AM and 11PM Set the scheduler to use the alternate speed limits on weekdays between 10AM and 11PM
.Bd -literal -offset indent .Bd -literal -offset indent
$ transmission-remote --alt-speed-time-begin=1000 $ transmission-remote \-\-alt-speed-time-begin=1000
$ transmission-remote --alt-speed-time-end=2300 $ transmission-remote \-\-alt-speed-time-end=2300
$ transmission-remote --alt-speed-days=1-5 $ transmission-remote \-\-alt-speed-days=1-5
$ transmission-remote --alt-speed-scheduler $ transmission-remote \-\-alt-speed-scheduler
.Ed .Ed
List all torrents' IDs and states: List all torrents' IDs and states:
.Bd -literal -offset indent .Bd -literal -offset indent
$ transmission-remote -l $ transmission-remote \-l
.Ed .Ed
List all torrents from a remote session that requires authentication: List all torrents from a remote session that requires authentication:
.Bd -literal -offset indent .Bd -literal -offset indent
$ transmission-remote host:9091 --auth=username:password -l $ transmission-remote host:9091 \-\-auth=username:password \-l
.Ed .Ed
Start all torrents: Start all torrents:
.Bd -literal -offset indent .Bd -literal -offset indent
$ transmission-remote -tall --start $ transmission-remote \-tall \-\-start
.Ed .Ed
Add two torrents: Add two torrents:
.Bd -literal -offset indent .Bd -literal -offset indent
$ transmission-remote -a one.torrent two.torrent $ transmission-remote \-a one.torrent two.torrent
.Ed .Ed
Add all torrents in ~/Desktop: Add all torrents in ~/Desktop:
.Bd -literal -offset indent .Bd -literal -offset indent
$ transmission-remote -a ~/Desktop/*torrent $ transmission-remote \-a ~/Desktop/*torrent
.Ed .Ed
Get detailed information on the torrent whose ID is '1': Get detailed information on the torrent whose ID is '1':
.Bd -literal -offset indent .Bd -literal -offset indent
$ transmission-remote -t1 -i $ transmission-remote \-t1 \-i
.Ed .Ed
Get a list of a torrent's files: Get a list of a torrent's files:
.Bd -literal -offset indent .Bd -literal -offset indent
$ transmission-remote -t1 -l $ transmission-remote \-t1 \-l
.Ed .Ed
Download only its second and fourth files: Download only its second and fourth files:
.Bd -literal -offset indent .Bd -literal -offset indent
$ transmission-remote -t1 -Gall -g2,4 $ transmission-remote \-t1 \-Gall \-g2,4
.Ed .Ed
Set all torrents' first two files' priorities to high: Set all torrents' first two files' priorities to high:
.Bd -literal -offset indent .Bd -literal -offset indent
$ transmission-remote -tall -ph1,2 $ transmission-remote \-tall \-ph1,2
.Ed .Ed
Set all torrents' files' priorities to normal: Set all torrents' files' priorities to normal:
.Bd -literal -offset indent .Bd -literal -offset indent
$ transmission-remote -tall -pnall $ transmission-remote \-tall \-pnall
.Ed .Ed
.Sh AUTHORS .Sh AUTHORS
.An -nosplit .An -nosplit
.An Charles Kerr , .An Charles Kerr ,
@ -367,11 +302,9 @@ $ transmission-remote -tall -pnall
.An Eric Petit , .An Eric Petit ,
and and
.An Mitchell Livingston . .An Mitchell Livingston .
.Sh SEE ALSO .Sh SEE ALSO
.Xr transmissioncli 1 , .Xr transmissioncli 1 ,
.Xr transmission-daemon 1 , .Xr transmission-daemon 1 ,
.Xr transmission 1 .Xr transmission 1
.Pp .Pp
http://www.transmissionbt.com/ http://www.transmissionbt.com/

View file

@ -19,7 +19,6 @@
.\" LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING .\" LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
.\" FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER .\" FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
.\" DEALINGS IN THE SOFTWARE. .\" DEALINGS IN THE SOFTWARE.
.Dd May 20, 2008 .Dd May 20, 2008
.Dt TRANSMISSION-GTK 1 .Dt TRANSMISSION-GTK 1
.Os .Os
@ -51,7 +50,6 @@ Start minimized in system tray
.It Fl g, Fl -config-dir Ar directory .It Fl g, Fl -config-dir Ar directory
Where to look for configuration files. This can be used to swap between using the cli, daemon, gtk, and qt clients. Where to look for configuration files. This can be used to swap between using the cli, daemon, gtk, and qt clients.
See http://trac.transmissionbt.com/wiki/ConfigFiles for more information. See http://trac.transmissionbt.com/wiki/ConfigFiles for more information.
.El .El
.Pp .Pp
Multiple .torrent files may be added at startup Multiple .torrent files may be added at startup
@ -59,13 +57,11 @@ by appending them on the command line.
If If
.Nm .Nm
is already running, the torrents will be added to the running instance. is already running, the torrents will be added to the running instance.
.Sh ENVIRONMENT .Sh ENVIRONMENT
.Bl -tag -width Fl .Bl -tag -width Fl
.It Ev TRANSMISSION_HOME .It Ev TRANSMISSION_HOME
Sets the default config-dir. Sets the default config-dir.
.El .El
.Sh FILES .Sh FILES
.Bl -tag -width Ds -compact .Bl -tag -width Ds -compact
.It ~/.config/transmission .It ~/.config/transmission
@ -75,7 +71,6 @@ nor
.Op Fl g .Op Fl g
is specified. is specified.
.El .El
.Sh AUTHORS .Sh AUTHORS
.An -nosplit .An -nosplit
.Nm .Nm
@ -85,7 +80,6 @@ was written by
.An Eric Petit , .An Eric Petit ,
and and
.An Mitchell Livingston . .An Mitchell Livingston .
.Sh SEE ALSO .Sh SEE ALSO
.Xr transmissioncli 1 , .Xr transmissioncli 1 ,
.Xr transmission-daemon 1 , .Xr transmission-daemon 1 ,