(12-09-2022, 05:13 PM)Dav Wrote: I haven't been able to fully download this for some reason. Every time the archive is corrupt. Tried with a couple browsers. Guess I'm on Santa's naughty list this year.I don't know if you have "wget" program. This is one place to download it (March 2022):
- Dav
https://eternallybored.org/misc/wget/rel...-win64.zip
Then you could try at "CMD.EXE" terminal prompt or equivalent, or even better at Linux terminal:
Code: (Select All)
wget https://staging.qb64phoenix.com/attachment.php?aid=1205 -O xmas.7z
If the download is too slow or it stops for any reason, and you must cancel, continue it like this:
Code: (Select All)
wget --continue https://staging.qb64phoenix.com/attachment.php?aid=1205 -O xmas.7z
The "-O" is to give the downloaded file a real name, otherwise it tries to use the web address as the filename which isn't good. :/
I also tried to download directly from this forum and got a corrupted archive. So I tried again with "wget" and it was also faster. My top downloading speed is about 1.4MiB/sec.