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

1、SSL error $ axel https://download.samba.org/pub/rsync/src/rsync-3.2.3.tar.gz Initializing download: https://download.samba.org/pub/rsync/src/rsync-3.2.3.tar.gz SSL error: certificate verify failed (null) 2、use -k $ axel -k https://download.samba.org/pub/rsync/src/rsync-3.2.3.tar.gz Initializing download: https://download.samba.org/pub/rsync/src/rsync-3.2.3.tar.gz (null) all download are fail! =========================== $...

feature request

I want to use axel to measure my Internet speed, with a file meant for that (https://speed.hetzner.de/100MB.bin). I do not want to measure my disk speed, so I try to...

Closes https://github.com/axel-download-accelerator/axel/issues/381 Typical use case: use axel as a speed test tool, writing to /dev/null

After a left-over of another, stopped 1GB (so .st in place) download (to same output file blablafile), axel gets confused when trying to get a fresh download, and wants to...

bug

It might be useful to detect a redirect loop, not just guess based on the number of tries, but actually check the URL, to allow to fail early and a...

help wanted
feature request
good first issue

Is it possible to support longer URL length? When I download some files with long URL, axel just says it doesn't support URL longer than 1024 bits ![axel](https://user-images.githubusercontent.com/40697840/50132884-3060b300-02c4-11e9-981d-37a5109904c8.png)

help wanted
feature request

given that axel is focussed on being small in size, I think it would make sense to make it work with mbedtls and let the user choose (at compile time)...

help wanted
feature request

## Todos - [x] Make socket compatable - [x] Build with Openssl - [x] Test with wine on ubuntu - [x] Test on Windows (win10) - [ ] Header checks...

A quick fix for UTF-8 url encoding support. Will fix issue: https://github.com/axel-download-accelerator/axel/issues/345 Signed-off-by: Kun Ma

This patch aims to add basic support for cookies (only name and value fields). `-b` option was added to specify a cookie file. However, I'm not sure wheather some of...