deluge-console
An interactive interface for the Deluge BitTorrent client.
- 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 {torrent_id}
resume {torrent_id}
- Remove a torrent from the daemon:
rm {torrent_id}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).