I have a bash file to download a file but i do not know how to set username and password.
How can i add usename and password to proxy?
echo Current Name is $FILENAAM
/usr/sfw/bin/wget --execute=http_proxy=proxysrv:8080 -q -O /tmp/f.zip -c "http://www.michdraft.net${FILENAAM}"
You can use: