bug-wget
[Top][All Lists]
Advanced

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

Re: [Bug-wget] About Proxy Command


From: Ander Juaristi
Subject: Re: [Bug-wget] About Proxy Command
Date: Fri, 03 Jul 2015 15:13:56 +0200
User-agent: Thunderbird on Linux

On 06/30/2015 02:45 PM, Samet Diker wrote:
Hi All,

Hi Samet,

I would like to ask a question about proxy port usage with wget. I'm
working on Automatic Check - Download application. I'm connecting to ftp
server with special username and password and using 31281 port ( proxy ).

Which command type should I use at this step?

For example;

Target ==> ftp://ftp.abc.com
User   ==> user1
Password ==> pass1
Proxy Port ==> 31281

Could please share correct comment type regarding to provided credentials?

Use the environment variable 'ftp_proxy' (in lowercase) for that.

    $ ftp_proxy=http://proxy.abc.com:31281 wget --user=user1 --password=pass1 
ftp://ftp.abc.com

--
Regards,
- AJ



reply via email to

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