elinks

Daniel Carrillo daniel.carrillo at gmail.com
Sat Jul 5 12:18:39 UTC 2008


2008/7/5 Joy Methew <ml4joy at gmail.com>:
> hi all....
>             I have a proxy server. i  am using  elinks for access net.
>             i want to *Authentication elinks from proxy server......i have
> done with wget.
>             *wget --proxy-user=USERNAME --proxy-password=PASSWORD
> http://path.to.domain.com/some.html
>
>
>      Any suggestions?

Try:

vim ~/.elinks/elinks.conf:

set protocol.http.proxy.host = "yourproxy:8080"
set protocol.http.proxy.user = "USERNAME"
set protocol.http.proxy.passwd = "PASSWORD"

BR.




More information about the redhat-list mailing list