wget -b http连接
-b表示在后台下载
如果该连接需要登陆
则添加参数
–http-user=xxx --http-passwd=123456
查看下载进度
cat wget-log
错误一:
ERROR: cannot verify pjreddie.com’s certificate, issued by `/C=US/O=Let’s
Encrypt/CN=Let’s Encrypt Authority X3’:
Unable to locally verify the issuer’s authority.
To connect to pjreddie.com insecurely, use `–no-check-certificate’
添加参数–no-check-certificate
错误二:
会发现仅下载了网页的html
不知如何解决