Now I know the first bit goto this address & get filename it's the -O filename 2> /dev/null bit I don't know what exactly it does.
Code:
wget -q http://webaddress/filename -O filename 2> /dev/null

Comment