deluge-console: add page (#3058)
This commit is contained in:
36
pages/common/deluge-console.md
Normal file
36
pages/common/deluge-console.md
Normal file
@@ -0,0 +1,36 @@
|
||||
# deluge-console
|
||||
|
||||
> An interactive BitTorrent client interface that uses curses.
|
||||
> More information: <https://deluge-torrent.org>.
|
||||
|
||||
- Start the interactive console interface:
|
||||
|
||||
`deluge-console`
|
||||
|
||||
- Connect to a Deluge daemon instance:
|
||||
|
||||
`connect {{hostname}}:{{port}}`
|
||||
|
||||
- Add a torrent to the daemon:
|
||||
|
||||
`add {{url|magnet|path/to/file}}`
|
||||
|
||||
- Display information about all torrents:
|
||||
|
||||
`info`
|
||||
|
||||
- Display information about a specific torrent:
|
||||
|
||||
`info {{torrent_id}}`
|
||||
|
||||
- Pause a torrent:
|
||||
|
||||
`pause {{torrent_id}}`
|
||||
|
||||
- Resume a torrent:
|
||||
|
||||
`resume {{torrent_id}}`
|
||||
|
||||
- Remove a torrent from the daemon:
|
||||
|
||||
`rm {{torrent_id}}`
|
Reference in New Issue
Block a user