2019-06-10 14:12:07 +01:00
|
|
|
# deluge
|
|
|
|
|
2025-06-29 11:48:18 +03:00
|
|
|
> A BitTorrent client.
|
2025-04-22 15:48:30 +03:00
|
|
|
> More information: <https://manned.org/deluge>.
|
2019-06-10 14:12:07 +01:00
|
|
|
|
|
|
|
- Download a torrent:
|
|
|
|
|
|
|
|
`deluge {{url|magnet|path/to/file}}`
|
|
|
|
|
|
|
|
- Download a torrent using a specific configuration file:
|
|
|
|
|
2025-04-22 15:48:30 +03:00
|
|
|
`deluge {{[-c|--config]}} {{path/to/configuration_file}} {{url|magnet|path/to/file}}`
|
2019-06-10 14:12:07 +01:00
|
|
|
|
|
|
|
- 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:
|
|
|
|
|
2025-04-22 15:48:30 +03:00
|
|
|
`deluge {{[-l|--logfile]}} {{path/to/log_file}} {{url|magnet|path/to/file}}`
|