1TRANSMISSION-QT(1) BSD General Commands Manual TRANSMISSION-QT(1)
2
4 transmission-qt — a bittorrent client
5
7 transmission-qt -h
8 transmission-qt [options] [torrent-file ...]
9
11 transmission-qt is a fast and easy BitTorrent client.
12
13 BitTorrent is a peer-to-peer file transfer protocol which uses a metainfo
14 file (usually with the .torrent file extension) and a central tracker to
15 distribute file data amongst a group of peers. For more information on
16 the BitTorrent protocol see http://www.bittorrent.org/
17
19 -h --help
20 Show help options
21
22 -g --config-dir directory
23 Where to look for configuration files. This can be used to swap
24 between using the cli, daemon, gtk, and qt clients. See
25 https://github.com/transmission/transmission/blob/main/docs/Con‐
26 figuration-Files.md for more information.
27
28 -m --minimized
29 Start minimized in notification area
30
31 -p --port port
32 Port to use when connecting to an existing session
33
34 -r --remote host
35 Connect to an existing session at the specified hostname
36
37 -u --username username
38 Username to use when connecting to an existing session
39
40 -v --version
41 Show version number and exit
42
43 -w --password password
44 Password to use when connecting to an existing session
45
46 Multiple .torrent files may be added at startup by appending them on the
47 command line. If transmission-qt is already running, the torrents will be
48 added to the running instance.
49
51 TRANSMISSION_HOME
52 Sets the default config-dir.
53
55 ~/.config/transmission
56 The config-dir used when neither [TRANSMISSION_HOME] nor [-g] is
57 specified.
58
60 transmission-qt was written by Charles Kerr, Josh Elsasser, Eric Petit,
61 Mitchell Livingston, and Mike Gelfand.
62
64 transmission-create(1), transmission-daemon(1), transmission-edit(1),
65 transmission-gtk(1), transmission-qt(1), transmission-remote(1),
66 transmission-show(1)
67
68 https://transmissionbt.com/
69
70 June 26, 2010