wget和curl中使用代理

Posted ljbguanli

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了wget和curl中使用代理相关的知识,希望对你有一定的参考价值。

命令使用代理

wget/curl 都支持使用代理

wget -e “http_proxy=10.1.4.43:8080″  proxy.mimvp.com

curl -x 10.1.4.43:8080 proxy.mimvp.com

 

环境变量使用代理

curl、wget也支持通过环境变量http_proxy来设置要使用的代理server, 例如以下:

# 这个帐号使用的代理server
http_proxy=”http://mycache.mydomain.com:3128″
export http_proxy

假设代理server须要username和password,仅仅要将它们加入 URL。

比如:username myuser。password mypwd,加入设定:

# 这个帐号使用的代理server和username/password
http_proxy=”http://myuser:[email protected]:3128″
export http_proxy

然后直接wget proxy.mimvp.com 或者curl proxy.mimvp.com。 就是通过代理来訪问米扑代理


以上是关于wget和curl中使用代理的主要内容,如果未能解决你的问题,请参考以下文章

Shell 命令 curl 和 wget 使用代理采集网页的总结大全

命令行代理神器 proxychains

Linux 下 Wget 设置代理

Linux里面wget和curl命令区别是啥?

yum代理和wget代理设置

Curl命令Elinks命令lynx命令Wget命令lftp命令