Please help me, I want to download file from dev.opennebula.org using command wget but I have a problem with proxy. Now, I have already set the http-proxy value in file /etc/wgetrc and I use command wget --proxy-username=username --proxy-password=password URL but the result is
Connecting to proxy.mmcs:8080 failed: Connection timed out. Retrying.
I am sure that I set the proxy name and port correctly. How can I do and can I use other commands to download that file.
Thank you.