HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

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

Submitted by: @import:tldr-pages··
0
Viewed 0 times
httpscommandclientbittorrentdelugecliinformationmore

Problem

How to use the deluge command: A BitTorrent client. More information: <https://manned.org/deluge>.

Solution

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

Code Snippets

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

Context

tldr-pages: common/deluge

Revisions (0)

No revisions yet.