mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 15:26:01 +02:00
deluge-console: add Italian translation.
This commit is contained in:
parent
a4c20cc2d6
commit
4133b4edb9
1 changed files with 36 additions and 0 deletions
36
pages.it/common/deluge-console.md
Normal file
36
pages.it/common/deluge-console.md
Normal file
|
@ -0,0 +1,36 @@
|
||||||
|
# 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/a/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}}`
|
Loading…
Add table
Reference in a new issue