axel icon indicating copy to clipboard operation
axel copied to clipboard

Lightweight CLI download accelerator

Results 98 axel issues
Sort by recently updated
recently updated
newest added

Dear axel developers: I used my fuzz-testing tool, connzer, to detect data race in axel. Here is a data race found by connzer. I wish you can help me check...

bug

```bash $ axel localhost:123 Initializing download: localhost:123 $ curl localhost:123 curl: (7) Failed to connect to localhost port 123: Connection refused ```

feature request

Hi, i used `Copy as cURL` in chrome to get the URL which can used by curl command, but when I use axel, it returns `HTTP/1.1 400 Bad Request`. the...

question

Even though the server does not specify the file size and percentage cannot be shown, how much we downloaded already can be helpful when we roughly know the size. ```...

help wanted
feature request

Hi, it seems, Axel has problems with returning the correct return value, if some downloads failed. ``` $ sudo axel -v -o rhcos-4.3.0-x86_64-installer-initramfs.img http://mirror.openshift.com/pub/openshift-v4/dependencies/rhcos/latest/latest/rhcos-4.3.0-x86_64-installer-initramfs.img Starte Abruf: http://mirror.openshift.com/pub/openshift-v4/dependencies/rhcos/latest/latest/rhcos-4.3.0-x86_64-installer-initramfs.img File size: unavailable...

enhancement

From Debian[1]: Axel should try to use the .netrc file when trying to login to an FTP server. [1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=127074 Regards, Eriberto

help wanted
feature request

Basic Metalink support should not be difficult. If possible, avoid XML parsing.

feature request

If source cache file size is zero, axel can not download

bug
help wanted
good first issue