Ray Arachelian <[EMAIL PROTECTED]> writes:

> wget --serverip=192.168.0.10 http://www.blah.com/restofurl >server1

With Wget 1.10 and further you can simulate this in a slightly
roundabout way:

wget --header "Host: www.blah.com" http://192.168.0.10/restofurl >server1
...

Maybe this should make it into the FAQ, people ask for it quite often.

Reply via email to