Proxy setting for wget command using terminal

Gallery

You can give proxy parameters while use wget command in linux. Here is command for proxy parameters, $ wget -e use_proxy=yes -e http_proxy=192.168.1.10:8080 <download_URL> You can use https_proxy and/or ftp_proxy variable as per need in wget command instead of http_proxy … Continue reading