2019-06-10 14:12:07 +01:00
|
|
|
# deluge
|
|
|
|
|
2021-05-20 21:13:41 +01:00
|
|
|
> A command-line BitTorrent client.
|
2019-06-10 14:12:07 +01:00
|
|
|
> 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}}`
|