aria2 build scripts for msys2
with custom patches.
max-connection-per-server
: change maximum value to *
, default value to 16
min-split-size
: change minimum value to 1K
, default value to 1M
piece-length
: change minimum value to 1K
, default value to 1M
connect-timeout
: change default value to 30
split
: change default value to 128
continue
: change default value to true
retry-wait
: change default value to 1
max-concurrent-downloads
: change default value to 16
netrc-path
conf-path
dht-file-path
dht-file-path6
: change default value to sub-folder of current directorydeamon
: make use of it on mingwretry-on-400
to retry on http 400 bad request, which only effective if retry-wait > 0retry-on-403
to retry on http 403 forbidden, which only effective if retry-wait > 0retry-on-406
to retry on http 406 not acceptable, which only effective if retry-wait > 0http-want-digest
to choose whether to send the generated Want-Digest
HTTP header or not (#10)no-want-digest-header
option after release-1.37.0 by commit 839dd2ca MSYS2 Should be set up with commands below:
pacman -Syyuu --noconfirm
pacman -Su --noconfirm
pacman -S --noconfirm --needed base-devel zlib-devel sqlite git unzip zip tar gmp gmp-devel libssh2 libssh2-devel openssl-devel