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:
parent
3fb017528e
commit
f8a776a482
1 changed files with 24 additions and 0 deletions
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}}`
|
Loading…
Add table
Reference in a new issue