Hi,

When running:

wget -nc "http://www.google.com/";

the index.html file is downloaded as expected. However, running the same command again causes wget to crash. The wget output is:

--01:52:00--  http://www.google.com/
Resolving www.google.com... 64.233.183.103, 64.233.183.99, 64.233.183.147, ...
Connecting to www.google.com|64.233.183.103|:80... connected.
HTTP request sent, awaiting response... 302 Found
File `index.html' already there; not retrieving.

after which a dialog box appears stating:

The exception unknown software exception (0x40000015) occurred in the application at location 0x004085bb.
Click on OK to terminate the program
Click on CANCEL to debug the program

The wget version is "1.10+devel" and the operating system is Windows 2000.

Regards,
Jon

Reply via email to