1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.fr/common/axel.md
2022-08-13 17:36:00 -03:00

25 lines
564 B
Markdown

# axel
> Accélérateur de téléchargement.
> Supporte HTTP, HTTPS, et FTP.
> Plus d'informations : <https://github.com/axel-download-accelerator/axel>.
- Télécharge depuis une URL vers un fichier :
`axel {{url}}`
- Télécharge et spécifie le nom de fichier :
`axel {{url}} -o {{nom_de_fichier}}`
- Télécharge avec plusieurs connections :
`axel -n {{nombre_de_connections}} {{url}}`
- Recherche des miroirs :
`axel -S {{nombre_de_miroirs}} {{url}}`
- Limite la vitesse de téléchargement (en octets par secondes) :
`axel -s {{vitesse}} {{url}}`