1 | .Dd July 21, 2008 |
---|
2 | .Dt TRANSMISSION-DAEMON 1 |
---|
3 | |
---|
4 | .Sh NAME |
---|
5 | .Nm transmission-daemon |
---|
6 | .Nd a bittorrent client |
---|
7 | .Sh SYNOPSIS |
---|
8 | .Bk -words |
---|
9 | .Nm transmission-daemon |
---|
10 | .Fl h |
---|
11 | .Nm |
---|
12 | .Op Fl a Ar x.x.x.x,... |
---|
13 | .Op Fl b | B |
---|
14 | .Op Fl f |
---|
15 | .Op Fl g Ar directory |
---|
16 | .Op Fl h |
---|
17 | .Op Fl p Ar port |
---|
18 | .Op Fl t | T |
---|
19 | .Op Fl u Ar username |
---|
20 | .Op Fl v Ar password |
---|
21 | .Op Fl w Ar download-dir |
---|
22 | .Ek |
---|
23 | |
---|
24 | .Sh DESCRIPTION |
---|
25 | .Nm |
---|
26 | is a daemon-based Transmission session that can be controlled |
---|
27 | via RPC commands from transmission's web interface or |
---|
28 | .Xr transmission-remote 1 . |
---|
29 | |
---|
30 | .Sh OPTIONS |
---|
31 | .Bl -tag -width Ds |
---|
32 | |
---|
33 | .It Fl a Fl -allowed Ar x.x.x.x,... |
---|
34 | Allow RPC access to a comma-delimited whitelist of IP addresses. |
---|
35 | Wildcards can be specified in an address by using '*'. |
---|
36 | Default: "127.0.0.1" |
---|
37 | Example: "127.0.0.*,192.168.1.*" |
---|
38 | |
---|
39 | .It Fl b Fl -blocklist |
---|
40 | Enable peer blocklists. Transmission understands the bluetack blocklist file format. |
---|
41 | New blocklists can be added by copying them into the config-dir's "blocklists" subdirectory. |
---|
42 | |
---|
43 | .It Fl B Fl -no-blocklist |
---|
44 | Disble blocklists. |
---|
45 | |
---|
46 | .It Fl f Fl -foreground |
---|
47 | Run in the foreground and print errors to stderr. |
---|
48 | |
---|
49 | .It Fl g Fl -config-dir Ar directory |
---|
50 | Where to look for .torrent and config files on startup. |
---|
51 | |
---|
52 | .It Fl h Fl -help |
---|
53 | Print command-line option descriptions. |
---|
54 | |
---|
55 | .It Fl p Fl -port Ar port |
---|
56 | Port to open and listen for RPC requests on. Default: 9091 |
---|
57 | |
---|
58 | .It Fl t Fl -auth |
---|
59 | Require clients to authenticate themselves. |
---|
60 | This doesn't do much good unless |
---|
61 | .Ar username |
---|
62 | and |
---|
63 | .Ar password |
---|
64 | are also set. |
---|
65 | |
---|
66 | .It Fl T Fl -no-auth |
---|
67 | Don't require authentication from clients. |
---|
68 | |
---|
69 | .It Fl u Fl -username Ar username |
---|
70 | Used for client authentication. |
---|
71 | |
---|
72 | .It Fl v Fl -password Ar password |
---|
73 | Used for client authentication. |
---|
74 | |
---|
75 | .It Fl w Fl -download-dir |
---|
76 | Where to store downloaded data. |
---|
77 | |
---|
78 | .El |
---|
79 | |
---|
80 | .Sh ENVIRONMENT |
---|
81 | .Bl -tag -width Fl |
---|
82 | .It Ev TRANSMISSION_HOME |
---|
83 | Sets the default config-dir. |
---|
84 | .El |
---|
85 | |
---|
86 | |
---|
87 | .Sh FILES |
---|
88 | .Bl -tag -width Ds -compact |
---|
89 | .It ~/.config/transmission-daemon |
---|
90 | The config-dir used when neither |
---|
91 | .Op Ev TRANSMISSION_HOME |
---|
92 | nor |
---|
93 | .Op Fl g |
---|
94 | is specified. |
---|
95 | .El |
---|
96 | |
---|
97 | |
---|
98 | .Sh AUTHORS |
---|
99 | .An -nosplit |
---|
100 | .An Charles Kerr , |
---|
101 | .An Josh Elsasser , |
---|
102 | .An Eric Petit , |
---|
103 | and |
---|
104 | .An Mitchell Livingston . |
---|
105 | |
---|
106 | .Sh SEE ALSO |
---|
107 | .Xr transmissioncli 1 , |
---|
108 | .Xr transmission 1 , |
---|
109 | .Xr transmission-remote 1 |
---|
110 | .Pp |
---|
111 | http://www.transmissionbt.com/ |
---|