HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

transmission-daemon — Daemon controlled with `transmission-remote` or its web interface. See also: `transmission`. More in

Submitted by: @import:tldr-pages··
0
Viewed 0 times
transmissioncommanddaemonclicontrolledwithremotetransmission-daemon

Problem

How to use the transmission-daemon command: Daemon controlled with transmission-remote or its web interface. See also: transmission. More information: <https://manned.org/transmission-daemon>.

Solution

transmission-daemon — Daemon controlled with transmission-remote or its web interface. See also: transmission. More information: <https://manned.org/transmission-daemon>.

Start a headless transmission session:
transmission-daemon


Start and watch a specific directory for new torrents:
transmission-daemon {{[-c|--watch-dir]}} {{path/to/directory}}


Dump daemon settings in JSON format:
transmission-daemon {{[-d|--dump-settings]}} > {{path/to/file.json}}


Start with specific settings for the web interface:
transmission-daemon {{[-t|--auth]}} {{[-u|--username]}} {{username}} {{[-v|--password]}} {{password}} {{[-p|--port]}} {{9091}} {{[-a|--allowed]}} {{127.0.0.1}}

Code Snippets

Start a headless `transmission` session

transmission-daemon

Start and watch a specific directory for new torrents

transmission-daemon {{[-c|--watch-dir]}} {{path/to/directory}}

Dump daemon settings in JSON format

transmission-daemon {{[-d|--dump-settings]}} > {{path/to/file.json}}

Start with specific settings for the web interface

transmission-daemon {{[-t|--auth]}} {{[-u|--username]}} {{username}} {{[-v|--password]}} {{password}} {{[-p|--port]}} {{9091}} {{[-a|--allowed]}} {{127.0.0.1}}

Context

tldr-pages: common/transmission-daemon

Revisions (0)

No revisions yet.