mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
25 lines
525 B
Markdown
25 lines
525 B
Markdown
# axel
|
|
|
|
> Acelerador de descargas.
|
|
> Protocolos soportados HTTP, HTTPS y FTP.
|
|
> Más información: <https://github.com/axel-download-accelerator/axel>.
|
|
|
|
- Descarga un archivo alojado en una URL:
|
|
|
|
`axel {{url}}`
|
|
|
|
- Descarga y especifica un nombre de archivo:
|
|
|
|
`axel {{url}} -o {{ruta/al/archivo}}`
|
|
|
|
- Descarga con múltiples conexiones:
|
|
|
|
`axel -n {{num_conexiones}} {{url}}`
|
|
|
|
- Busca copias espejo:
|
|
|
|
`axel -S {{num_de_espejos}} {{url}}`
|
|
|
|
- Limita la velocidad de descarga (bytes por segundo):
|
|
|
|
`axel -s {{velocidad}} {{url}}`
|