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