aboutsummaryrefslogtreecommitdiffstats
path: root/transmission-remote-cli.1
blob: 169170c16c1a3f5e09093b67e14579103a88e813 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
.\"Created with GNOME Manpages Editor Wizard
.\"http://sourceforge.net/projects/gmanedit2
.TH transmission-remote-cli 1 "April 22, 2012" "" "transmission-remote-cli"

.SH NAME
transmission-remote-cli \- a console client for the Transmission BitTorrent
client

.SH SYNOPSIS
.B transmission-remote-cli
.RI [ options ]
.RI [ filename-or-URL ] 
.br

.SH DESCRIPTION
.B transmission-remote-cli
is a curses interface for the daemon of the BitTorrent client Transmission.

.SH OPTIONS
.B
.IP "--version"
Show version number and exit
.B
.IP "-h --help"
Show usage information and a list of options
.B
.IP "-c \fICONNECTION\fB --connect=\fICONNECTION\fR"
Point to the server. \fICONNECTION\fR must match the following pattern:
.br
[username:password@]host[:port][path]
.br
Default: localhost:9091
.B
.IP "-s --ssl"
Use SSL to connect to the server.
.br
Default: don't use SSL
.B
.IP "--create-config"
Create configuration file with default values.
.br
\fINOTE:\fR A config file won't be created unless you provide this option at
least once. After that, it is rewritten whenever transmission-remote-cli
exits.
.IP "-f \fICONFIGFILE\fB --config=\fICONFIGFILE\fR"
Set path to configuration file.
.br
Default: ~/.config/transmission-remote-cli/settings.cfg
.B
.IP "-n --netrc"
Get authentication info from ~/.netrc.
.B
.IP "-- \fIOPTIONS\fR"
Use the known server connection to pass \fIOPTIONS\fR on to
\fBtransmission-remote\fR.
.B

.SH FILES
transmission-remote-cli overwrites the configuration file on exit. Keep that
in mind if you edit it manually.

.SH SEE ALSO
.BR transmission-create (1),
.BR transmission-daemon (1),
.BR transmission-edit (1),
.BR transmission-gtk (1),
.BR transmission-qt (1),
.BR transmission-remote (1),
.BR transmission-show (1).