?Dear all, I need your help. Thank you very much in advance.
I tried to download some data from a website. However, I don't want to download the entire site. I just want to specify the Year, month, day and station number. For instance, the following is year=2010, month=11, day=01 to 07. I used the following command but it failed. wget -r -l 3 -A"*.*" http://weather.uwyo.edu/cgi-bin/sounding?region=seasia&TYPE=TEXT%3ALIST&YEAR=2010&MONTH=11&FROM=0100&TO=0712&STNM=45004%3A The error messages were copied below. Thank you very much, George --11:13:36-- http://weather.uwyo.edu/cgi-bin/sounding?region=seasia => `weather.uwyo.edu/cgi-bin/sound...@region=seasia' Resolving weather.uwyo.edu... 129.72.27.74 Connecting to weather.uwyo.edu[129.72.27.74]:80... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [text/plain] [ <=> ] 17 --.--K/s 11:13:40 (16.60 KB/s) - `weather.uwyo.edu/cgi-bin/sound...@region=seasia' saved [17] Removing weather.uwyo.edu/cgi-bin/sound...@region=seasia since it should be reje cted. FINISHED --11:13:40-- Downloaded: 17 bytes in 1 files The system cannot find the file specified. 'YEAR' is not recognized as an internal or external command, operable program or batch file. 'MONTH' is not recognized as an internal or external command, operable program or batch file. 'FROM' is not recognized as an internal or external command, operable program or batch file. 'TO' is not recognized as an internal or external command, operable program or batch file. 'STNM' is not recognized as an internal or external command, operable program or batch file.
