Hi
You can supply the following variables every time in the wget command, but it's better to create a .wgetrc file in your homedir to define them once:
Code:
use_proxy = on
http_proxy= http://my-proxy:port
proxy_user=my_username
proxy_pass=my_password
See also the
manpage for more options
Regards