axel: add Italian translation.
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
3fb017528e
commit
f8a776a482
24
pages.it/common/axel.md
Normal file
24
pages.it/common/axel.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# axel
|
||||
|
||||
> Downloader accelerato.
|
||||
> Supporta HTTP, HTTPS e FTP.
|
||||
|
||||
- Scarica un file da un URL:
|
||||
|
||||
`axel {{url}}`
|
||||
|
||||
- Scarica specificando il nome del file da creare:
|
||||
|
||||
`axel {{url}} -o {{filename}}`
|
||||
|
||||
- Scarica sfruttando connessioni multiple:
|
||||
|
||||
`axel -n {{numero_connessioni}} {{url}}`
|
||||
|
||||
- Cerca dei mirror:
|
||||
|
||||
`axel -S {{numero_mirror}} {{url}}`
|
||||
|
||||
- Limita la velocità di download (in bytes al secondo):
|
||||
|
||||
`axel -s {{limite_velocità}} {{url}}`
|
Reference in New Issue
Block a user