1transmission-remote-cli(1) transmission-remote-cli transmission-remote-cli(1)
2
3
4
6 transmission-remote-cli - a console client for the Transmission BitTor‐
7 rent client
8
9
11 transmission-remote-cli [options] [filename-or-URL]
12
13
15 transmission-remote-cli is a curses interface for the daemon of the
16 BitTorrent client Transmission.
17
18
20 --version
21 Show version number and exit
22
23 -h --help
24 Show usage information and a list of options
25
26 -c CONNECTION --connect=CONNECTION
27 Point to the server. CONNECTION must match the following pat‐
28 tern:
29 [username:password@]host[:port][path]
30 Default: localhost:9091
31
32 -s --ssl
33 Use SSL to connect to the server.
34 Default: don't use SSL
35
36 --create-config
37 Create configuration file with default values.
38 NOTE: A config file won't be created unless you provide this
39 option at least once. After that, it is rewritten whenever
40 transmission-remote-cli exits.
41
42 -f CONFIGFILE --config=CONFIGFILE
43 Set path to configuration file.
44 Default: ~/.config/transmission-remote-cli/settings.cfg
45
46 -n --netrc
47 Get authentication info from ~/.netrc.
48
49 -- OPTIONS
50 Use the known server connection to pass OPTIONS on to transmis‐
51 sion-remote.
52
53
55 transmission-remote-cli overwrites the configuration file on exit. Keep
56 that in mind if you edit it manually.
57
58
60 transmission-create(1), transmission-daemon(1), transmission-edit(1),
61 transmission-gtk(1), transmission-qt(1), transmission-remote(1), trans‐
62 mission-show(1).
63
64
65
66 April 22, 2012 transmission-remote-cli(1)