Super slow recursive download when using filter
I might being doing something wrong here, but it seems wget2 lacks some way to download just the file specified in --accept
argument
Fast -> Using old wget
: it downloads all index* files but then starts downloading the file specified in --accept
argument straightaway:
wget -r -nd --no-parent -w 2 http://slackware.uk/slackware/slackware64-current/slackware64/a/ --accept=kernel-firmware-*.txz
Slow -> Using new wget2
: it tries to download all files alphabetically until it reaches the file specified in --accept
argument:
wget2 -r -nd --no-parent -w 2 http://slackware.uk/slackware/slackware64-current/slackware64/a/ --accept=kernel-firmware-*.txz
Using wget2 2.2.0