bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-wget] help


From: Live-Email
Subject: [Bug-wget] help
Date: Tue, 14 Dec 2010 11:22:01 +0800

?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/address@hidden'
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/address@hidden' saved
[17]

Removing weather.uwyo.edu/cgi-bin/address@hidden 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]