transmission/daemon/transmission-daemon.1

115 lines
2.3 KiB
Groff
Raw Normal View History

.Dd July 21, 2008
2007-04-18 16:39:10 +00:00
.Dt TRANSMISSION-DAEMON 1
2008-05-19 16:16:38 +00:00
2007-04-18 16:39:10 +00:00
.Sh NAME
.Nm transmission-daemon
.Nd a bittorrent client
.Sh SYNOPSIS
.Bk -words
2007-04-18 16:39:10 +00:00
.Nm transmission-daemon
.Fl h
.Nm
2008-05-19 15:50:30 +00:00
.Op Fl a Ar (+|-)x.x.x.x[/x],...
.Op Fl b | B
.Op Fl f
2008-05-19 15:50:30 +00:00
.Op Fl g Ar directory
.Op Fl h
2008-05-19 15:50:30 +00:00
.Op Fl p Ar port
.Op Fl t | T
.Op Fl u Ar username
.Op Fl v Ar password
.Op Fl w Ar download-dir
.Ek
2008-05-19 16:16:38 +00:00
2007-04-18 16:39:10 +00:00
.Sh DESCRIPTION
.Nm
2008-05-19 16:16:38 +00:00
is a daemon-based Transmission session that can be controlled
via RPC commands from transmission's web interface or
.Xr transmission-remote 1 .
.Sh OPTIONS
2007-04-18 16:39:10 +00:00
.Bl -tag -width Ds
2008-05-19 15:50:30 +00:00
.It Fl a Fl -acl Ar (+|-)x.x.x.x[/x],...
Specify access control list (ACL) to control which hosts may submit RPC requests.
ACL is a comma separated list of IP subnets,
each subnet is prepended by '-' or '+' sign.
Plus means allow, minus means deny.
If subnet mask is omitted, like "-1.2.3.4", then it means that single IP address.
Masks may vary from 0 to 32 inclusive.
Default: +127.0.0.1
.It Fl b Fl -blocklist
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.
.It Fl B Fl -no-blocklist
Disble blocklists.
2007-04-18 16:39:10 +00:00
.It Fl f Fl -foreground
Run in the foreground and print errors to stderr.
2008-05-19 15:50:30 +00:00
.It Fl g Fl -config-dir Ar directory
2008-05-20 18:21:36 +00:00
Where to look for .torrent and config files on startup.
2007-04-18 16:39:10 +00:00
.It Fl h Fl -help
Print command-line option descriptions.
2008-05-19 15:50:30 +00:00
.It Fl p Fl -port Ar port
Port to open and listen for RPC requests on. Default: 9091
.It Fl t Fl -auth
Require clients to authenticate themselves.
This doesn't do much good unless
.Ar username
and
.Ar password
are also set.
.It Fl T Fl -no-auth
Don't require authentication from clients.
.It Fl u Fl -username Ar username
Used for client authentication.
.It Fl v Fl -password Ar password
Used for client authentication.
.It Fl w Fl -download-dir
Where to store downloaded data.
2007-04-18 16:39:10 +00:00
.El
2008-05-19 15:50:30 +00:00
2008-05-19 16:16:38 +00:00
.Sh ENVIRONMENT
.Bl -tag -width Fl
.It Ev TRANSMISSION_HOME
Sets the default config-dir.
.El
2008-06-09 15:06:48 +00:00
2007-04-18 16:39:10 +00:00
.Sh FILES
2008-06-09 15:06:48 +00:00
.Bl -tag -width Ds -compact
.It ~/.config/transmission-daemon
The config-dir used when neither
.Op Ev TRANSMISSION_HOME
nor
.Op Fl g
is specified.
.El
2008-05-19 16:16:38 +00:00
2007-04-18 16:39:10 +00:00
.Sh AUTHORS
.An -nosplit
2008-05-18 16:44:30 +00:00
.An Charles Kerr ,
.An Josh Elsasser ,
.An Eric Petit ,
2007-04-18 16:39:10 +00:00
and
2008-05-18 16:44:30 +00:00
.An Mitchell Livingston .
2008-05-19 16:16:38 +00:00
2007-04-18 16:39:10 +00:00
.Sh SEE ALSO
.Xr transmissioncli 1 ,
.Xr transmission 1 ,
2007-04-18 16:39:10 +00:00
.Xr transmission-remote 1
.Pp
http://www.transmissionbt.com/