commands.sh

transmission-daemon

all

Daemon controlled with `transmission-remote` or its web interface. See also: `transmission`.

More info →

Options (7)

-c, --watch-dirboolean

Start and watch a specific directory for new torrents

Example: transmission-daemon {{[-c|--watch-dir]}} {{path/to/directory}}
-d, --dump-settingsboolean

Dump daemon settings in JSON format

Example: transmission-daemon {{[-d|--dump-settings]}} > {{path/to/file.json}}
-t, --authboolean

Start with specific settings for the web interface

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

Start with specific settings for the web interface

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

Start with specific settings for the web interface

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

Start with specific settings for the web interface

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

Start with specific settings for the web interface

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

Examples (4)

Start a headless `transmission` session

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
made by @shridhargupta | data from tldr-pages