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 TRANSMISSIONCLI 1 |
---|
18 | .Os |
---|
19 | .Sh NAME |
---|
20 | .Nm transmissioncli |
---|
21 | .Nd a bittorrent client |
---|
22 | .Sh SYNOPSIS |
---|
23 | .Nm transmissioncli |
---|
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 | .Sh SIGNALS |
---|
90 | In addition to these options, sending |
---|
91 | .Nm |
---|
92 | a SIGHUP signal will contact the tracker for more peers. |
---|
93 | .El |
---|
94 | .Sh FILES |
---|
95 | .Bl -tag -width Ds -compact |
---|
96 | .It ~/.config/transmission |
---|
97 | Directory where |
---|
98 | .Nm |
---|
99 | keeps torrent information for future seeding and resume operations. |
---|
100 | .El |
---|
101 | .Sh AUTHORS |
---|
102 | The |
---|
103 | .Nm |
---|
104 | program was written by |
---|
105 | .An -nosplit |
---|
106 | .An Eric Petit , |
---|
107 | .An Josh Elsasser , |
---|
108 | .An Charles Kerr , |
---|
109 | and |
---|
110 | .An Mitchell Livingston . |
---|
111 | .Sh SEE ALSO |
---|
112 | .Xr transmission 1 , |
---|
113 | .Xr transmission-daemon 1 , |
---|
114 | .Xr transmission-remote 1 |
---|
115 | .Pp |
---|
116 | http://www.transmissionbt.com/ |
---|