Add proxy server setting in wget
wget http://sourceforge.net/projects/sshpass/files/latest/download --proxy-user=USERNAME --proxy-password=PASSWORD
Create a file as below
davinder ~]# vi /root/.wgetrc
HTTP_PROXY=PROXYSERVER-IP:PORT-NO
Create a file as below
davinder ~]# vi /root/.wgetrc
HTTP_PROXY=PROXYSERVER-IP:PORT-NO
Comments
Post a Comment