Chinaunix首页 | 论坛 | 博客
  • 博客访问: 154427
  • 博文数量: 38
  • 博客积分: 1474
  • 博客等级: 上尉
  • 技术积分: 580
  • 用 户 组: 普通用户
  • 注册时间: 2006-10-11 17:01
文章分类

全部博文(38)

文章存档

2008年(38)

分类: LINUX

2008-04-07 09:56:17

I use the command line download utility to do much of my file downloading. How do I configure wget to use the proxy server?

Rich says

Unless you want to spy on how much traffic the proxy has seen today, it's a bad idea to hard-code its address. wpad.dat does some intelligent things like bypassing the proxy for dynamic CGIs we know can't be cached.
but it doesn't seem to me that wget understands the automatic configuration script.

So I've added the following to my ~/.wgetrc file:

http_proxy = 
use_proxy = on
wait = 15

附录:


阅读(840) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~