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

axel -n 10 'http://127.0.0.1/xxxxx' -o /tmp/a.mp4 -vv -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.9 Safari/537.36' -H 'Referer: https://pan.baidu.com/s/xxxxxxx' got 2 user-agent header ![_2018-05-24_16-57-27](https://user-images.githubusercontent.com/5157880/40475197-909571ec-5f73-11e8-9a76-2ff090293367.png)

bug
good first issue

Its possible to send HTTP PostData with axel? I didn't find anything about it in man pages. Thanks.

help wanted
feature request
good first issue

To reproduce do `axel -a -n 4 URL` wait for all 4 segments start to download, then `axel -a -n 2 URL`. You will notice that you can't make 2...

enhancement
help wanted

Add Testing for different method Same Idea as [Broken v3](https://github.com/eribertomota/axel/tree/3.x-broken/test)

enhancement
help wanted

Hi! Thanks for this useful and excellent utile! Can you implement in-memory buffer option to allow not write so often to disk?

enhancement
help wanted

**Steps to reproduce this issue:** ```bash $ cat iso.txt https://mirror.pkgbuild.com/iso/2017.12.01/archlinux-2017.12.01-x86_64.iso.torrent http://linuxtracker.org/?page=torrent-details&id=0c0b2b984a7aff83e4f587e8b88d0df05cf94604 http://distfiles.gentoo.org/releases/amd64/autobuilds/20180206T214502Z/install-amd64-minimal-20180206T214502Z.iso $ axel - < iso.txt Initializing download: https://mirror.pkgbuild.com/iso/2017.12.01/archlinux-2017.12.01-x86_64.iso.torrent File size: 35148 bytes Opening output file archlinux-2017.12.01-x86_64.iso.torrent Starting download...

bug
help wanted

- [ ] [`RFC1864`](https://www.ietf.org/rfc/rfc1864.txt) - `Content-MD5` header (deprecated by [rfc7231](https://tools.ietf.org/html/rfc7231#appendix-B)) - [ ] `Digest` header

help wanted
feature request

This is wonderful to see updated Axel, currently when I wan use socks5 as proxy for example I get this error: ``` Invalid proxy string: socks5://127.0.0.1:1080 ``` I'm not a...

enhancement
help wanted

HTTP header may contain `Link:` fields, as specified by [`RFC5988`](https://tools.ietf.org/html/rfc5988). Interesting relations: - `duplicate` => a mirror - `describedby` => may reference torrents, metalinks, etc.

help wanted
feature request

how to build on Windows? thanks