mirror of https://github.com/CrimsonTome/tldr.git
22 lines
640 B
Markdown
22 lines
640 B
Markdown
|
# 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 --watch-dir {{path/to/directory}}`
|
||
|
|
||
|
- Dump daemon settings in JSON format:
|
||
|
|
||
|
`transmission-daemon --dump-settings > {{path/to/file.json}}`
|
||
|
|
||
|
- Start with specific settings for the web interface:
|
||
|
|
||
|
`transmission-daemon --auth --username {{username}} --password {{password}} --port {{9091}} --allowed {{127.0.0.1}}`
|