vey simple but I forget the syntax everytime I want to use it. So, making it available for people like me who quickly want to get to the answer.
How to use proxuy with wget:
export http_proxy=http://proxyserver:port
Then use wget like
"wget -c http://url-u-want-to-wget-with-proxy"
HTH