82 lines
2.4 KiB
Groff
82 lines
2.4 KiB
Groff
.\" $Id$
|
|
.\"
|
|
.\" Copyright (c) 2007 Joshua Elsasser
|
|
.\"
|
|
.\" Permission is hereby granted, free of charge, to any person obtaining a
|
|
.\" copy of this software and associated documentation files (the "Software"),
|
|
.\" to deal in the Software without restriction, including without limitation
|
|
.\" the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
|
.\" and/or sell copies of the Software, and to permit persons to whom the
|
|
.\" Software is furnished to do so, subject to the following conditions:
|
|
.\"
|
|
.\" The above copyright notice and this permission notice shall be included in
|
|
.\" all copies or substantial portions of the Software.
|
|
.\"
|
|
.\" THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
.\" IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
.\" FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
.\" AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
.\" LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
.\" FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
.\" DEALINGS IN THE SOFTWARE.
|
|
|
|
.Dd March 30, 2007
|
|
.Dt TRANSMISSION-DAEMON 1
|
|
.Os
|
|
.Sh NAME
|
|
.Nm transmission-daemon
|
|
.Nd a bittorrent client
|
|
.Sh SYNOPSIS
|
|
.Bk -words
|
|
.Nm transmission-daemon
|
|
.Fl h
|
|
.Nm
|
|
.Op Fl df
|
|
.Op Fl p Ar pid-file
|
|
.Op Fl s Ar socket-file
|
|
.Ek
|
|
.Sh DESCRIPTION
|
|
The
|
|
.Nm
|
|
program is a daemon-based Transmission session that can be controlled
|
|
via IPC commands by
|
|
.Xr transmission-remote 1
|
|
.Pp
|
|
The options are as follows:
|
|
.Bl -tag -width Ds
|
|
.It Fl d Fl -debug
|
|
Print data send and received to and from clients to stdout, also implies
|
|
.Fl f .
|
|
.It Fl f Fl -foreground
|
|
Run in the foreground and print errors to stderr instead of forking
|
|
and logging errors with syslog.
|
|
.It Fl h Fl -help
|
|
Print command-line option descriptions.
|
|
.It Fl p Fl -pidfile Ar pid-file
|
|
Save the daemon's process ID in
|
|
.Ar pid-file .
|
|
.It Fl s Fl -socket Ar socket-file
|
|
Create the unix-domain socket file at
|
|
.Ar socket-file
|
|
instead of the platform-dependent default location.
|
|
.El
|
|
.Sh FILES
|
|
.Pa ~/.transmission
|
|
.Sh AUTHORS
|
|
.An -nosplit
|
|
The
|
|
.Nm
|
|
program was written by
|
|
.An Josh Elsasser Aq josh@elsasser.org ,
|
|
.An Eric Petit Aq titer@m0k.org ,
|
|
.An Charles Kerr Aq charles@rebelbase.com ,
|
|
and
|
|
.An Mitchell Livingston Aq livings124@gmail.com .
|
|
.Sh SEE ALSO
|
|
.Xr transmissioncli 1 ,
|
|
.Xr transmission 1 ,
|
|
.Xr transmission-proxy 1 ,
|
|
.Xr transmission-remote 1
|
|
.Pp
|
|
http://www.transmissionbt.com/
|