Jump to content

Recommended Posts

Posted (edited)

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

Posted

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

Posted

Good :).

As the usual disclaimer, using UPX is something to be thought upon as while it actually shrinks filesize it usually increases the amount of RAM needed to run it.

jaclaz

Posted (edited)

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
Posted

Which version of wget is that? Just curious.

I don't know :(

There's no version number defined. The time stamp says 2001.01.19.

Posted

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.

Posted (edited)

Just use the wget switch for version like so..

DP :whistle:

Output on first line ==> GNU Wget 1.6

My version is 2008 ==> GNU Wget 1.11.4

@echo offwget  --versionpause
Edited by DosProbie
Posted

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

Posted

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

Posted

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

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