tldr/pages/common/deluge-console.md

37 lines
602 B
Markdown
Raw Normal View History

2019-05-29 14:12:45 +01:00
# deluge-console
> An interactive interface for the Deluge BitTorrent client.
2019-05-29 14:12:45 +01:00
> 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}}`