1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-23 12:35:26 +02:00

axel: add Italian translation.

This commit is contained in:
Marco Bonelli 2019-01-21 11:48:06 +01:00 committed by Starbeamrainbowlabs
parent 3fb017528e
commit f8a776a482

24
pages.it/common/axel.md Normal file
View 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}}`