Find knowledge base article(s) by searching for keywords in the title e.g. type linux in the search box below
Find knowledge base article(s) by browsing the subject categories of articles
Technology quick references, cheatsheets, user manuals etc.
Shop Online through ShopifyLite
Tutorials on various IT applications.
Search Title    (UL:0 |SS:f)

Software >> Internet >> Web Browsers >> WGET >> How to use wget to download a URL via a proxy server

example 1: manual proxy at port 8080 and output result to screen wget -O- -e http_proxy=proxy1.somedomain.com:8080 http://www.google.com.sg example 2: for https proxy for HTTPS wget --no-check-certificate -e use_proxy=yes -e https_proxy=1.2.3.4:8080 https://www.example.com
[ © 2008-2021 myfaqbase.com - A property of WPDC Consulting ]