transmission-daemon
all
Daemon controlled with `transmission-remote` or its web interface. See also: `transmission`.
More info →Options (7)
-c, --watch-dirbooleanStart and watch a specific directory for new torrents
Example:
transmission-daemon {{[-c|--watch-dir]}} {{path/to/directory}}-d, --dump-settingsbooleanDump daemon settings in JSON format
Example:
transmission-daemon {{[-d|--dump-settings]}} > {{path/to/file.json}}-t, --authbooleanStart 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, --usernamebooleanStart 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, --passwordbooleanStart 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, --portbooleanStart 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, --allowedbooleanStart 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/directoryDump daemon settings in JSON format
transmission-daemon [-d|--dump-settings] > path/to/file.jsonStart 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.1made by @shridhargupta | data from tldr-pages