mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-23 14:24:13 +02:00

- Replace "al" -> "del", "alla" -> "della", etc. in command paths - Replace all instances of "cartella" with "directory" - Update contributing-guides/translation-templates/common-arguments.md to reflect these changes Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> Co-authored-by: Marco Bonelli <marco@mebeim.net> Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
36 lines
659 B
Markdown
36 lines
659 B
Markdown
# deluge-console
|
|
|
|
> Interfaccia interattiva da linea di comando per il client BitTorrent Deluge.
|
|
> Maggiori informazioni: <https://deluge-torrent.org>.
|
|
|
|
- Avvia un'interfaccia interattiva da console:
|
|
|
|
`deluge-console`
|
|
|
|
- Connetti ad un'instanza del demone di Deluge:
|
|
|
|
`connect {{hostname}}:{{porta}}`
|
|
|
|
- Aggiungi un torrent al demone:
|
|
|
|
`add {{url|magnet|percorso/del/file}}`
|
|
|
|
- Mostra informazioni su tutti i torrent:
|
|
|
|
`info`
|
|
|
|
- Mostra informazioni su di uno specifico torrent:
|
|
|
|
`info {{id_torrent}}`
|
|
|
|
- Metti in pausa un torrent:
|
|
|
|
`pause {{id_torrent}}`
|
|
|
|
- Riprendi un torrent:
|
|
|
|
`resume {{id_torrent}}`
|
|
|
|
- Rimuovi un torrent dal demone:
|
|
|
|
`rm {{id_torrent}}`
|