Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

wget.exe for windows 10 [closed]

Tags:

windows

wget

I'm attempting to download wget because a provisioner I am using can't retrieve certain information without it (naturally this issue doesn't come up at work but at work, I have a Mac, at home, I have a 64bit windows 10 machine). I have tried the wget.exe files from https://eternallybored.org/misc/wget/ and SourceForge but no luck. Are there any current issues with wget on Windows 10, if not does anyone have any ideas what my issues may be?

like image 245
David Jarrin Avatar asked Jan 26 '16 00:01

David Jarrin


People also ask

Does wget work on Windows 10?

There are two ways to use Wget on Windows 10. This is a command line tool so it doesn't have a GUI. You access it via the Command Prompt. To use it from the Command Prompt, you can either add it as an environment variable, or you can manually go to the directory the Wget app is in, and use it from there.

What can I use instead of wget for Windows?

There are many alternatives to Wget for Windows if you are looking for a replacement. The best Windows alternative is aria2, which is both free and Open Source.

What is wget exe?

GNU Wget is a free software package for retrieving files using HTTP, HTTPS, FTP and FTPS, the most widely used Internet protocols. It is a non-interactive commandline tool, so it may easily be called from scripts, cron jobs, terminals without X-Windows support, etc.


1 Answers

eternallybored build will crash when you are downloading a large file.
This can be avoided by disabling LFH (Low Fragmentation Heap) by GlobalFlag registry.

like image 105
few Avatar answered Oct 18 '22 06:10

few