Download pages with wget

Well I'm trying to download data from this site operationally, but I can not download this page with wget:

http://weather.uwyo.edu/cgi-bin/sounding?region=samer&TYPE=TEXT%3ALIST&YEAR=2011&MONTH=09&FROM=2800&TO=2800&STNM=83649

I tried as follows:

wget http://weather.uwyo.edu/cgi-bin/sounding?region=samer&TYPE=TEXT%3ALIST&YEAR=2011&MONTH=09&FROM=2800&TO=2800&STNM=83649

But It did not work!

Please help me, I just want to copy the data from page to my computer!
This doesn't have anything to do with C++, but well...
you have to escape = and & (region\=samer\&TYPE\=TEXT... etc.) or enclose the URL with quotation marks.
Sorry for no do question about C++. But I don't found it in google. Then I asked here. But your answer helped me very much. Thank You Very Much.
Topic archived. No new replies allowed.