tldr/pages/common/deluge.md
bl-ue 8ebd171d6f
*: fix typos reported by Hunspell (#5848)
Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
Co-authored-by: Seth Falco <seth@falco.fun>
Co-authored-by: Patrice Denis <patricedenis@users.noreply.github.com>
2021-05-20 16:13:41 -04:00

21 lines
526 B
Markdown

# deluge
> A command-line BitTorrent client.
> More information: <https://deluge-torrent.org>.
- Download a torrent:
`deluge {{url|magnet|path/to/file}}`
- Download a torrent using a specific configuration file:
`deluge -c {{path/to/configuration_file}} {{url|magnet|path/to/file}}`
- Download a torrent and launch the specified user interface:
`deluge -u {{gtk|web|console}} {{url|magnet|path/to/file}}`
- Download a torrent and output the log to a file:
`deluge -l {{path/to/log_file}} {{url|magnet|path/to/file}}`