2023-07-16 06:35:42 +01:00
|
|
|
# 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}}`
|
|
|
|
|
2023-10-26 18:31:26 +01:00
|
|
|
- Busca copias espejo:
|
2023-07-16 06:35:42 +01:00
|
|
|
|
|
|
|
`axel -S {{num_de_espejos}} {{url}}`
|
|
|
|
|
|
|
|
- Limita la velocidad de descarga (bytes por segundo):
|
|
|
|
|
|
|
|
`axel -s {{velocidad}} {{url}}`
|