1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-23 14:24:13 +02:00
tldr/pages.it/common/deluge-console.md
Francesco Franchina 28c4d26221
pages.it/*: update path placeholders and "directory" translations (#9031)
- 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>
2022-10-20 15:26:58 +02:00

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