wget.exe 适用于 Windows 10

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/35004832/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-08 19:26:25  来源:igfitidea点击:

wget.exe for windows 10

windowswget

提问by David Jarrin

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 SourceForgebut no luck. Are there any current issues with wget on Windows 10, if not does anyone have any ideas what my issues may be?

我正在尝试下载 wget,因为我正在使用的配置程序无法在没有它的情况下检索某些信息(当然,这个问题不会在工作中出现,但在工作中,我有一台 Mac,在家里,我有一个 64 位 Windows 10机器)。我已经尝试过https://eternallybored.org/misc/wget/SourceForge 中的 wget.exe 文件, 但没有成功。Windows 10 上的 wget 当前是否存在任何问题,如果没有,是否有人知道我的问题可能是什么?

回答by few

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

当您下载大文件时,永恒无聊的构建会崩溃。
这可以通过 GlobalFlag 注册表禁用 LFH(低碎片堆)来避免。

回答by Dutch Glory

GNU Wgetis a free network utility to retrieve files from the World Wide Web using HTTP and FTP, the two most widely used Internet protocols.

GNU Wget是一个免费的网络实用程序,它使用 HTTP 和 FTP 这两种最广泛使用的 Internet 协议从万维网上检索文件。

It works great for me on win 10

它在 win 10 上对我很有用

Screenshot

截屏

回答by Jym

I use it on Windows 10 without issue. Don't know which version it is. The digital signature in the properties says March 19, 2015. I have it in a folder on the c drive called aband I use:

我在 Windows 10 上使用它没有问题。不知道是哪个版本。属性中的数字签名显示为 2015 年 3 月 19 日。我将它放在名为 c 驱动器的文件夹中ab,我使用:

c:\ab\wget --no-check-certificate https://myURL-O c:\ab\Save_Name.txt

c:\ab\wget --no-check-certificate https://myURL-O c:\ab\Save_Name.txt

and it saves the file as Save_Name.txt

并将文件另存为 Save_Name.txt