2025-03-14 21:59:59 -06:00
|
|
|
# axel
|
|
|
|
|
|
|
|
|
|
> Acelerador de descargas.
|
|
|
|
|
> Protocolos soportados HTTP, HTTPS y FTP.
|
2026-02-18 06:55:01 -07:00
|
|
|
> Vea también: `aria2c`.
|
2025-06-28 19:25:29 -06:00
|
|
|
> Más información: <https://manned.org/axel>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Descarga un archivo alojado en una URL:
|
|
|
|
|
|
|
|
|
|
`axel {{url}}`
|
|
|
|
|
|
|
|
|
|
- Descarga y especifica un nombre de archivo:
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
`axel {{url}} {{[-o|--output]}} {{ruta/al/archivo}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Descarga con múltiples conexiones:
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
`axel {{[-n|--num-connections]}} {{num_conexiones}} {{url}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Busca copias espejo:
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
`axel {{[-S|--search=]}}{{num_de_espejos}} {{url}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Limita la velocidad de descarga (bytes por segundo):
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
`axel {{[-s|--max-speed]}} {{velocidad}} {{url}}`
|