bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-wget] How to set proxy host?


From: Micah Cowan
Subject: Re: [Bug-wget] How to set proxy host?
Date: Fri, 15 Jun 2012 13:44:11 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20120430 Thunderbird/12.0.1

On 06/15/2012 08:12 AM, Priyadarsh Kankipati wrote:
> Hi
> I am trying to use wget to download files using windows command line. I am
> behind a proxy server. I see the following options
> 
> -Y,  --proxy=on/off           turn proxy on or off.
>      --proxy-user=USER     set USER as proxy username.
>      --proxy-passwd=PASS   set PASS as proxy password.

Either set the environment variable "http_proxy", or use the wgetrc
option of the same name (or specify it on the command-line as "-e
http_proxy=...").

If you want to set the ftp proxy, use ftp_proxy instead.

Be aware that the man page is not the complete documentation; the
Texinfo manual (either in the form of the info page, available by typing
"info wget", or on the web) is the full documentation (and the man page
is careful to point this out).

HTH,
-mjc



reply via email to

[Prev in Thread] Current Thread [Next in Thread]