Autor Tema: Axel - Lightweight CLI download accelerator (LINUX) x86_64  (Leído 1875 veces)

Fl0ppy

  • Administrador
  • Usuario Héroe
  • *****
  • Mensajes: 9577
Axel - Lightweight CLI download accelerator (LINUX) x86_64
« en: 02 de Septiembre de 2019, 04:08:05 pm »
https://github.com/axel-download-accelerator/axel

Quote (selected)
Axel tries to accelerate the download process by using multiple connections per file, and can also balance the load between different servers.

Axel tries to be as light as possible, so it might be useful on byte-critical systems.

Axel supports HTTP, HTTPS, FTP and FTPS protocols.

Axel was originally developed by Wilmer van der Gaast. Thanks for your efforts. Over time, Axel got several contributions from people. Please, see AUTHORS and CREDITS files in source code .

How to compile

Código: [Seleccionar]
git clone https://github.com/axel-download-accelerator/axel.git && cd axel  && autoreconf -fiv && ./configure --disable-Werror && make && strip axel
You can download the compiled version from git source (2.17.10.git.02.12.2020), ONLY x86_64
Siempre que pasa igual sucede lo mismo



Fl0ppy

  • Administrador
  • Usuario Héroe
  • *****
  • Mensajes: 9577
Axel - Lightweight CLI download accelerator (LINUX) x86_64
« Respuesta #1 en: 15 de Diciembre de 2019, 03:01:46 pm »
Actualizado a la versión 2.17.6+g6993aa

Changelog
Quote (selected)
Version: 2.17.6, 2019-08-29

  [ Ismael Luceno ]

* Fixed handling of non-recoverable HTTP errors
* Cleanup of connection setup code
* Fixed manpage reproducibility issue

  [ Joao Eriberto Mota Filho ]

* Use tracker instead of PTS from Debian
Siempre que pasa igual sucede lo mismo



Fl0ppy

  • Administrador
  • Usuario Héroe
  • *****
  • Mensajes: 9577
Axel - Lightweight CLI download accelerator (LINUX) x86_64
« Respuesta #2 en: 04 de Julio de 2020, 12:31:31 am »
Actualizado a la versión 2.17.9

Changelog
Quote (selected)
Version: 2.17.9

ismaell released this on Jun 3

Bug Fixes
Fixed insecure mode certificate checking error.
Fixed progress bar for large number of connections.
Fixed some race conditions with conn_t.
Removed limitations on state file name length.
Removed limitations on HTTP query length.
Fixed a memory leak when deleting the download state file.

Other Changes
Added coding style aid and licensing rules to CONTRIBUTING.md.
Updated and improved README.md.
Cleanup of code & build system.
Made the help flag report axel's version number.

Translations
Updated Chinese translation.
Siempre que pasa igual sucede lo mismo



Fl0ppy

  • Administrador
  • Usuario Héroe
  • *****
  • Mensajes: 9577
Axel - Lightweight CLI download accelerator (LINUX) x86_64
« Respuesta #3 en: 13 de Noviembre de 2020, 11:03:28 pm »
Creada versión nueva actualizado a 2.17.9+g97cdfe  :ok:
 
DESCARGA
Siempre que pasa igual sucede lo mismo



Fl0ppy

  • Administrador
  • Usuario Héroe
  • *****
  • Mensajes: 9577
Axel - Lightweight CLI download accelerator (LINUX) x86_64
« Respuesta #4 en: 02 de Diciembre de 2020, 07:21:39 pm »
Creada versión nueva actualizado a 2.17.10.git  :ok:
 
DESCARGA

Actualizado a la versión 2.17.10

Changelog
Spoiler for Hiden:
Quote (selected)
Version: 2.17.10

ismaell released this 10 days ago

Bug fixes
Potential NULL pointer dereference
Fixed incrementig procedure for delay_time
Fixed speed limiting

Other Changes
Portability improvements
Made the stop signal handler portable
Build system improvements
Now you can specify where OpenSSL is installed
Fixed MinGW detection
Further improved code portability
Optimized wildcard search in URLs
Added human-readable file size report at the begining of downloads
Reworked Request Range support check
Added "Accept-Encoding" header to requests
Cleanup of Source Code
Updated the documentation
Fixed data type for sizes and offsets on 32-bit systems
Fixed duplicated non-default port when using proxy
Fixed request range comparison and overflow

Translations
Fixed typos and warnings in Simplified Chinese translation

Updates and fixes to:
Dutch
German
Italian
Portuguese
Spanish
Blind updates (review needed) to:
Indonesian
Japanese
Russian
Simplified Chinese
Siempre que pasa igual sucede lo mismo