当前位置: 首页 > OpenSource > 正文
wget访问带认证的web页面
Nov032009
作者:u2 发布:2009-11-03 16:10 分类:OpenSource wget访问带认证的web页面已关闭评论
同样的wget语句在不通的机器上居然执行效果不一样,原因是wget版本的问题:
wget –help | head
GNU Wget 1.9+cvs-stable (Red Hat modified), a non-interactive network retriever.
Usage: wget [OPTION]… [URL]…
/usr/bin/wget -O /tmp/2hei.txt –http-user=username –http-passwd=123456 “https://10.10.10.10/login.jsp”
wget –help | head
GNU Wget 1.10.2 (Red Hat modified), a non-interactive network retriever.
Usage: wget [OPTION]… [URL]…
/usr/bin/wget -O /tmp/2hei.txt –no-check-certificate –http-user=username –http-password=123456 “https://10.10.10.10/login.jsp”
本文固定链接: https://www.2hei.net/2009/11/03/wget_web_auth/ | 2hei.net
最活跃的读者