当前位置: 首页 > 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

该日志由 u2 于2009年11月03日发表在 OpenSource 分类下,
原创文章转载请注明: wget访问带认证的web页面 | 2hei.net
关键字:

报歉!评论已关闭.