The URL does not work right now. But I tried another one from the same site.
No client can get this right, always. aria2c is not more reliable. It's just choosing to take
the filename from the redirect URL. It appears to be
the right thing to do in this case. But it would fail if the start URL was actually the one that had the right filename.
Hosts can use the Content-Disposition header if they want to make sure all (capable) clients get the right filename.
In saldl, I implemented `--filename-from-redirect` to handle your use-case. But It's not set by default.
For example here's a link to download 7zip for windows from filehippo.com.
Results:
* Curl doesn't download it at all.
gives: * Wget manages to download the file, but with the wrong name. gives: * aria2 manages to download the file with the correct name with no additional switches. gives: