标题: [网络连接] [已解决]如何使用wget命令保存网页 [打印本页]
作者: impk 时间: 2019-8-3 13:24 标题: [已解决]如何使用wget命令保存网页
本帖最后由 impk 于 2019-8-4 12:26 编辑
想用wget 把网页内容保存为hosts.htm或hosts.txt
网址为 https://raw.githubusercontent.co ... r/hosts-files/hosts
这个wget命令应该怎么写?
作者: impk 时间: 2019-8-3 13:25
本帖最后由 impk 于 2019-8-3 14:15 编辑
已下载wget并设置环境变量,现在CMD中可以使用wget
作者: flashercs 时间: 2019-8-3 14:41
wget有帮助,自己看 wget --help
wget -O hosts.txt https://raw.githubusercontent.co ... r/hosts-files/hosts
作者: impk 时间: 2019-8-3 14:50
本帖最后由 impk 于 2019-8-3 14:59 编辑
wget有帮助,自己看 wget --help
wget -O hosts.txt ... r/hosts-files/hosts
flashercs 发表于 2019-8-3 14:41
我看过帮助文件和网上的教程,跟我自己机器上的运行结果对不起来
比如这个命令【wget -O hosts.txt https://raw.githubusercontent.co ... r/hosts-files/hosts】
运行结果是下面这样,生成hosts.txt文件为0kb
C:\>wget -O hosts.txt https://raw.githubusercontent.com/googlehosts/hosts/master
/hosts-files/hosts
--14:42:55-- ftp://https:21/%2Fraw.githubusercontent.com/googlehosts/hosts/mast
er/hosts-files/hosts
=> `hosts.txt'
Connecting to https:21...
https: Host not found
作者: flashercs 时间: 2019-8-3 15:20
回复 4# impk
作者: impk 时间: 2019-8-3 15:30
回复 impk
flashercs 发表于 2019-8-3 15:20
可能是我操作系统有问题
作者: cfwyy77_bat 时间: 2019-8-3 15:32
- wget --no-check-certificate -O hosts.txt https://raw.githubusercontent.com/googlehosts/hosts/master/hosts-files/hosts
复制代码
作者: impk 时间: 2019-8-3 15:37
cfwyy77_bat 发表于 2019-8-3 15:32
Microsoft Windows XP [版本 5.1.2600]
(C) 版权所有 1985-2001 Microsoft Corp.
C:\Documents and Settings\Administrator>cd\
C:\> wget --no-check-certificate -O hosts.txt https://raw.githubusercontent.com/
googlehosts/hosts/master/hosts-files/hosts
wget: unrecognized option `--no-check-certificate'
Usage: wget [OPTION]... [URL]...
Try `wget --help' for more options.
作者: flashercs 时间: 2019-8-3 15:43
你的wget版本有问题,下载 : http://bcn.bathome.net/tool/1.19.4/wget.exe
作者: impk 时间: 2019-8-3 15:48
你的wget版本有问题,下载 :
flashercs 发表于 2019-8-3 15:43
换了你这个版本wget后下载成功,多谢
欢迎光临 批处理之家 (http://bathome.net./) |
Powered by Discuz! 7.2 |