RE: recursive retrieval bug/inconsistency

2003-02-18 Thread Herold Heiko
Most probably the http server for that site is not configured to answer with that site for requests on that ip address. In other words, when wget sends (http header) Host: http://myserver.com the http server knows what to serve. When wget sends Host: http://10.0.0.0 the web server probably isn't co

recursive retrieval bug/inconsistency

2003-02-18 Thread Pete Stevens
Hi, I'm trying to recursively retrieve the contents of a few subdirectories, however I've discovered that wget -r --directory-prefix=/files --no-host-directories --no-parent http://myserver.com/files works fine, but wget -r --directory-prefix=/files --no-host-directories --no-parent http://10.