2006-07-16 19:39:23 +00:00
|
|
|
.\"
|
|
|
|
.\" Copyright (c) Deanna Phillips <deanna@sdf.lonestar.org>
|
|
|
|
.\"
|
|
|
|
.\" Permission to use, copy, modify, and distribute this software for any
|
|
|
|
.\" purpose with or without fee is hereby granted, provided that the above
|
|
|
|
.\" copyright notice and this permission notice appear in all copies.
|
|
|
|
.\"
|
|
|
|
.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
|
|
.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
|
|
.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
|
|
.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
|
|
.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
|
|
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
|
|
|
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
|
|
.\"
|
2007-04-18 14:06:52 +00:00
|
|
|
.Dd April 18, 2007
|
2006-07-16 19:39:23 +00:00
|
|
|
.Dt TRANSMISSIONCLI 1
|
|
|
|
.Os
|
|
|
|
.Sh NAME
|
|
|
|
.Nm transmissioncli
|
2007-04-04 01:20:45 +00:00
|
|
|
.Nd a bittorrent client
|
2006-07-16 19:39:23 +00:00
|
|
|
.Sh SYNOPSIS
|
|
|
|
.Nm transmissioncli
|
|
|
|
.Bk -words
|
2007-04-04 01:20:45 +00:00
|
|
|
.Fl h
|
|
|
|
.Nm
|
|
|
|
.Op Fl v Ar level
|
|
|
|
.Fl i
|
|
|
|
.Ar torrent-file
|
|
|
|
.Nm
|
|
|
|
.Op Fl v Ar level
|
|
|
|
.Fl s
|
|
|
|
.Ar torrent-file
|
|
|
|
.Nm
|
2006-07-16 19:39:23 +00:00
|
|
|
.Op Fl v Ar level
|
|
|
|
.Op Fl p Ar port
|
2007-04-04 01:20:45 +00:00
|
|
|
.Op Fl d Ar download-rate
|
2006-07-16 19:39:23 +00:00
|
|
|
.Op Fl u Ar upload-rate
|
|
|
|
.Op Fl f Ar script
|
2007-04-04 01:20:45 +00:00
|
|
|
.Op Fl n
|
|
|
|
.Ar torrent-file
|
2006-07-16 19:39:23 +00:00
|
|
|
.Ek
|
|
|
|
.Sh DESCRIPTION
|
|
|
|
The
|
|
|
|
.Nm
|
|
|
|
program is a lightweight, command-line BitTorrent client with
|
2007-04-04 01:20:45 +00:00
|
|
|
scripting capabilities.
|
2006-07-16 19:39:23 +00:00
|
|
|
.Pp
|
2007-04-04 01:20:45 +00:00
|
|
|
The options are as follows:
|
2006-07-16 19:39:23 +00:00
|
|
|
.Bl -tag -width Ds
|
|
|
|
.It Fl h, Fl -help
|
|
|
|
Prints a short usage summary.
|
2007-04-04 01:20:45 +00:00
|
|
|
.It Fl i, Fl -info
|
2006-07-16 19:39:23 +00:00
|
|
|
Shows information from the specified torrent file, such as the
|
|
|
|
cryptographic hash, the tracker, announcement, file size and file
|
|
|
|
name.
|
2007-04-04 01:20:45 +00:00
|
|
|
.It Fl s, -scrape
|
2006-07-16 19:39:23 +00:00
|
|
|
Prints the number of seeders and leechers for the specified torrent
|
|
|
|
file, and exits.
|
|
|
|
.It Fl v, -verbose Ar level
|
|
|
|
Sets debugging options. The current range is 0-2, with the highest
|
|
|
|
level producing the most output. The default is 0.
|
2006-09-25 18:37:45 +00:00
|
|
|
.It Fl n, Fl -nat-traversal
|
|
|
|
Attempt to use the NAT-PMP and UPnP IGD protocols to establish a port
|
|
|
|
mapping for allowing incoming peer connections.
|
2006-07-16 19:39:23 +00:00
|
|
|
.It Fl p, -port Ar port
|
|
|
|
Specifies an alternate port for the client to listen on. The default is
|
|
|
|
9090.
|
|
|
|
.It Fl u, -upload Ar upload-rate
|
2007-04-04 01:20:45 +00:00
|
|
|
Specifies the maximum upload rate in kB/s, which defaults to 20. The
|
2006-07-16 19:39:23 +00:00
|
|
|
level -1 may be used for unlimited uploads.
|
|
|
|
.It Fl d, -download Ar download-rate
|
|
|
|
Specifies the maximum download rate in kB/s, which defaults to -1 for
|
|
|
|
no download limit.
|
|
|
|
.It Fl f, -finish Ar script
|
|
|
|
Specifies a shell script to be executed upon successful download.
|
|
|
|
.El
|
|
|
|
.Sh FILES
|
2007-04-04 01:41:34 +00:00
|
|
|
.Bl -tag -width Ds -compact
|
|
|
|
.It ~/.transmission
|
2006-07-16 19:39:23 +00:00
|
|
|
Directory where
|
|
|
|
.Nm
|
|
|
|
keeps torrent information for future seeding and resume operations.
|
2007-04-04 01:41:34 +00:00
|
|
|
.El
|
2006-07-16 19:39:23 +00:00
|
|
|
.Sh AUTHORS
|
|
|
|
The
|
|
|
|
.Nm
|
|
|
|
program was written by
|
|
|
|
.An -nosplit
|
2007-04-04 01:20:45 +00:00
|
|
|
.An Eric Petit Aq titer@m0k.org ,
|
|
|
|
.An Josh Elsasser Aq josh@elsasser.org ,
|
2006-07-16 19:39:23 +00:00
|
|
|
and
|
2007-04-04 01:20:45 +00:00
|
|
|
.An Mitchell Livingston Aq livings124@gmail.com .
|
2006-07-16 19:39:23 +00:00
|
|
|
.Sh SEE ALSO
|
2007-04-18 16:39:10 +00:00
|
|
|
.Xr transmission-daemon 1 ,
|
|
|
|
.Xr transmission-gtk 1 ,
|
|
|
|
.Xr transmission-proxy 1 ,
|
|
|
|
.Xr transmission-remote 1
|
2007-04-04 01:20:45 +00:00
|
|
|
.Pp
|
2006-07-16 19:39:23 +00:00
|
|
|
http://transmission.m0k.org
|