transmission: update from 2.13 to 2.22
[tomato.git] / release / src / router / transmission / cli / transmission-cli.1
blobf1027a3bd55f30c2213ce7c42e06ca17f15dac42
1 .\"
2 .\"  Copyright (c) Deanna Phillips <deanna@sdf.lonestar.org>
3 .\" 
4 .\"  Permission to use, copy, modify, and distribute this software for any
5 .\"  purpose with or without fee is hereby granted, provided that the above
6 .\"  copyright notice and this permission notice appear in all copies.
7 .\" 
8 .\"  THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
9 .\"  WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
10 .\"  MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
11 .\"  ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
12 .\"  WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
13 .\"  ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
14 .\"  OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
15 .\"
16 .Dd July 21, 2008
17 .Dt TRANSMISSION-CLI 1
18 .Os
19 .Sh NAME
20 .Nm transmission-cli
21 .Nd a bittorrent client
22 .Sh SYNOPSIS
23 .Nm transmission-cli
24 .Bk -words
25 .Fl h
26 .Nm
27 .Op Fl b | B
28 .Op Fl d Ar number | Fl D
29 .Op Fl er | ep | et
30 .Op Fl f Ar script
31 .Op Fl g Ar directory
32 .Op Fl h
33 .Op Fl m | M
34 .Op Fl p Ar port
35 .Op Fl t
36 .Op Fl u Ar number | Fl U
37 .Op Fl v
38 .Op Fl w Ar directory
39 .Ar torrent-file
40 .Ek
41 .Sh DESCRIPTION
42 The
43 .Nm
44 program is a lightweight, command-line BitTorrent client with
45 scripting capabilities.
46 .Pp
47 The options are as follows:
48 .Bl -tag -width Ds
49 .It Fl b Fl -blocklist
50 Enable peer blocklists. Transmission understands the bluetack blocklist file format.
51 New blocklists can be added by copying them into the config-dir's "blocklists" subdirectory.
52 .It Fl B Fl -no-blocklist
53 Disble blocklists.
54 .It Fl d, -downlimit Ar number
55 Set the maximum download speed in KB/s
56 .It Fl D, -no-downlimit
57 Don't limit the download speed
58 .It Fl er Fl -encryption-required
59 Encrypt all peer connections.
60 .It Fl ep Fl -encryption-preferred 
61 Prefer encrypted peer connections.
62 .It Fl et Fl -encryption-tolerated
63 Prefer unencrypted peer connections.
64 .It Fl f, -finish Ar script
65 Set a script to run when the torrent finishes
66 .It Fl g, Fl -config-dir Ar directory
67 Where to look for configuration files. This can be used to swap between using the cli, daemon, gtk, and qt clients.
68 See http://trac.transmissionbt.com/wiki/ConfigFiles for more information.
69 .It Fl h, Fl -help
70 Prints a short usage summary.
71 .It Fl m, Fl -portmap
72 Enable portmapping via NAT-PMP or UPnP
73 .It Fl M, Fl -no-portmap
74 Disable portmapping
75 .It Fl n, Fl -new Ar sourcefile
76 Create torrent from the specified file or directory
77 .It Fl p, -port Ar port
78 Set the port to listen for incoming peers. (Default: 51413)
79 .It Fl t, -tos
80 Set the peer socket TOS for local router-based traffic shaping.
81 .It Fl u, -uplimit Ar number
82 Set the maximum upload speed in KB/s
83 .It Fl U, -no-uplimit
84 Don't limit the upload speed
85 .It Fl v, Fl -verify
86 Verify the torrent's downloaded data.
87 .It Fl w, Fl -download-dir Ar directory
88 Where to save downloaded data.
89 .El
90 .Sh SIGNALS
91 In addition to these options, sending
92 .Nm
93 a SIGHUP signal will contact the tracker for more peers.
94 .Sh ENVIRONMENT
95 .Bl -tag -width Fl
96 .It Ev TRANSMISSION_HOME
97 Sets the default config-dir.
98 .It Ev http_proxy
99 libcurl uses this environment variable when performing tracker announces.
101 .Sh FILES
102 .Bl -tag -width Ds -compact
103 .It ~/.config/transmission
104 Directory where
106 keeps torrent information for future seeding and resume operations.
108 .Sh AUTHORS
111 program was written by 
112 .An -nosplit
113 .An Eric Petit ,
114 .An Josh Elsasser ,
115 .An Jordan Lee ,
117 .An Mitchell Livingston .
118 .Sh SEE ALSO
119 .Xr transmission-create 1 ,
120 .Xr transmission-daemon 1 ,
121 .Xr transmission-edit 1 ,
122 .Xr transmission-gtk 1 ,
123 .Xr transmission-qt 1 ,
124 .Xr transmission-remote 1 ,
125 .Xr transmission-show 1
127 http://www.transmissionbt.com/