1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 13:46:00 +02:00

transmission-daemon: add page (#8457)

This commit is contained in:
Cairn 2022-09-11 13:19:28 -04:00 committed by GitHub
parent 453fa5d6f5
commit 4b440c3a5d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,21 @@
# 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}}`