1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-06 03:06:03 +02:00
tldr/pages/common/deluge.md
2019-06-10 10:12:07 -03:00

20 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}}`