1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-29 09:55:28 +02:00
tldr/pages/common/deluge.md
Managor 23340cc6e0
common/*: reduce usage of "command-line" (part 1) (#16949)
Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2025-06-29 11:48:18 +03:00

543 B

deluge

A BitTorrent client. More information: https://manned.org/deluge.

  • Download a torrent:

deluge {{url|magnet|path/to/file}}

  • Download a torrent using a specific configuration file:

deluge {{[-c|--config]}} {{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|--logfile]}} {{path/to/log_file}} {{url|magnet|path/to/file}}