Re-lookup Host IP whe retrying to connect
Brought to you by:
rumpeltux
When wput is given a hostname it looks up the IP address and then connects to it.
If an error occurs it will try to connect again to the previously resolved IP.
This is problematic with Dynamic IP addresses which are likly to change from time to time.
Not only that the transfer-resume will not work this way, you might actually sending your login information and/or data to a forign host which accidently got to ip address the real server had before.