Jump to content

wget - looking for tiny version


tomasz86

Recommended Posts

I'm looking for the smallest version of wget for Windows. I've managed to find this one:

ftp://78.139.97.87/Antivir/drweb/drweb_livecd_updater/UTILITY/wget.exe (66.5KB)

Virustotal for the file is 19/42:

https://www.virustotal.com/pl/file/e0f932063d19d093a9aa5da6bc8417147326f42344dfa42cab131928f9e9e4f4/analysis/

so download it at your own risk. The file does work nevertheless. I'm just wondering whether there's any "safe" version of wget that is smaller or similar in size to this one. What I need is to be able to download a file using the -N switch (i.e. time stamp checking).

Edited by tomasz86
Link to comment
Share on other sites


It is not about "clean" (or "safe") vs. "dirty" (or dangerous, most current antivirus will (senselessly) tag as "malicious" *any* UPX packed file (like the one you posted a link to).

That file is actually 162,816 bytes in size once unUPXed, still a smallish one :), but not as much as a miracle as it seemed before (current minGW compiled Wget.exe is 194,048 bytes)

jaclaz

Link to comment
Share on other sites

Good to know!

I've just compared the two. The uncompressed version uses 768KB RAM while the compressed one uses 868KB. In this case I think it's worth to compress the file.

Edited by tomasz86
Link to comment
Share on other sites

Did you try:

wget --help

at the command prompt?

Mine (from 2009.04.25) replies:

GNUWget 1.11.4, a non-interactive network retriever.

...followed by several lines of help.

wget -V

also gives the version, followed by just a handful of credit lines.

Link to comment
Share on other sites

I guess I prefer to use the latest version I can find. Mine is the same as dencorso, 1.11.4. What is the reason for your focus on file size as your primary decision factor?

For ease of use, I have also successfully used wGetGUI along with wGet, but sometimes nothing beats using wGet directly through command line.

Cheers and Regards

Link to comment
Share on other sites

I guess I prefer to use the latest version I can find. Mine is the same as dencorso, 1.11.4. What is the reason for your focus on file size as your primary decision factor?

For ease of use, I have also successfully used wGetGUI along with wGet, but sometimes nothing beats using wGet directly through command line.

Cheers and Regards

Well, if you are going for the latest, then get the latest (or make a build yourself from the latest source).

1.11.4 is something like 2008, wget is at 1.15 now (dated TODAY), but there is a pre-made MInGW1.14 Win32 build here:

https://code.google.com/p/osspack32/downloads/detail?name=wget-1.14.exe&can=2&q=

jaclaz

Link to comment
Share on other sites

I guess I prefer to use the latest version I can find. Mine is the same as dencorso, 1.11.4. What is the reason for your focus on file size as your primary decision factor?

Well, if you are going for the latest, then get the latest (or make a build yourself from the latest source).

1.11.4 is something like 2008, wget is at 1.15 now (dated TODAY), but there is a pre-made MInGW1.14 Win32 build here:

https://code.google.com/p/osspack32/downloads/detail?name=wget-1.14.exe&can=2&q=

Yes I was looking for one that was a Windows binary. Thanks for the 1.14. I hadn't looked for a while, but I don't know how I missed that one. :)

Cheers and Regards

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...