1 | .\" $Id: transmission-daemon.1 5853 2008-05-19 15:50:30Z charles $ |
---|
2 | .\" |
---|
3 | .\" Copyright (c) 2008 Charles Kerr |
---|
4 | .\" |
---|
5 | .\" This file is licensed by the GPL version 2. Works owned by the |
---|
6 | .\" Transmission project are granted a special exemption to clause 2(b) |
---|
7 | .\" so that the bulk of its code can remain under the MIT license. |
---|
8 | .\" This exemption does not extend to derived works not owned by |
---|
9 | .\" the Transmission project. |
---|
10 | |
---|
11 | .Dd May 19, 2008 |
---|
12 | .Dt TRANSMISSION-DAEMON 1 |
---|
13 | .Os |
---|
14 | .Sh NAME |
---|
15 | .Nm transmission-daemon |
---|
16 | .Nd a bittorrent client |
---|
17 | .Sh SYNOPSIS |
---|
18 | .Bk -words |
---|
19 | .Nm transmission-daemon |
---|
20 | .Fl h |
---|
21 | .Nm |
---|
22 | .Op Fl f |
---|
23 | .Op Fl a Ar (+|-)x.x.x.x[/x],... |
---|
24 | .Op Fl g Ar directory |
---|
25 | .Op Fl p Ar port |
---|
26 | .Ek |
---|
27 | .Sh DESCRIPTION |
---|
28 | The |
---|
29 | .Nm |
---|
30 | program is a daemon-based Transmission session that can be controlled |
---|
31 | via RPC commands by |
---|
32 | .Xr transmission-remote 1 |
---|
33 | or |
---|
34 | .Xr Clutch 1 |
---|
35 | .Pp |
---|
36 | The options are as follows: |
---|
37 | .Bl -tag -width Ds |
---|
38 | .It Fl a Fl -acl Ar (+|-)x.x.x.x[/x],... |
---|
39 | Specify access control list (ACL) to control which hosts may submit RPC requests. |
---|
40 | ACL is a comma separated list of IP subnets, |
---|
41 | each subnet is prepended by '-' or '+' sign. |
---|
42 | Plus means allow, minus means deny. |
---|
43 | If subnet mask is omitted, like "-1.2.3.4", then it means that single IP address. |
---|
44 | Masks may vary from 0 to 32 inclusive. |
---|
45 | Default: +127.0.0.1 |
---|
46 | .It Fl f Fl -foreground |
---|
47 | Run in the foreground and print errors to stderr instead of forking |
---|
48 | and logging errors with syslog. |
---|
49 | .It Fl g Fl -config-dir Ar directory |
---|
50 | Where to look for .torrent files and daemon-config.benc on startup. |
---|
51 | .It Fl h Fl -help |
---|
52 | Print command-line option descriptions. |
---|
53 | .It Fl p Fl -port Ar port |
---|
54 | Port to open and listen for RPC requests on. Default: 9091 |
---|
55 | .El |
---|
56 | |
---|
57 | .Sh FILES |
---|
58 | .Pa ~/.transmission |
---|
59 | .Sh AUTHORS |
---|
60 | .An -nosplit |
---|
61 | The |
---|
62 | .Nm |
---|
63 | program was written by |
---|
64 | .An Charles Kerr , |
---|
65 | .An Josh Elsasser , |
---|
66 | .An Eric Petit , |
---|
67 | and |
---|
68 | .An Mitchell Livingston . |
---|
69 | .Sh SEE ALSO |
---|
70 | .Xr transmissioncli 1 , |
---|
71 | .Xr transmission 1 , |
---|
72 | .Xr transmission-remote 1 |
---|
73 | .Pp |
---|
74 | http://www.transmissionbt.com/ |
---|