[feature request] fetch from all ip addresses in a roundrobin

2004-10-20 Thread Pabs
Hi, It would be nice to be able to do wget --all-ips http://www.foo.bar and have wget fetch index.html from each ip address listed in dns for that domain. If this feature was extended to only keep unique versions of the page, that would be even better. -- Bye, Pabs

RE: Wget error codes?

2004-10-20 Thread Leonid
Robert, > Is there a list somewhere that defines the numbered error codes returned by wget? Look at the bottom of src/wget.h The names are rather descriptive. More details can be found in the source code. If you could create a descriptive table and add it to documentation, other users will

Wget error codes?

2004-10-20 Thread Robert Denton
Hello, When using wget in my scripts I get back return codes which are either 0, for success, or a non-zero error code. The problem is that I have no idea what these numbered error codes mean. Is there a list somewhere that defines the numbered error codes returned by wget? TIA. -- Robert De