Lester L. Martin II wrote: > See the exception for yourself > tango.core.Exception.AddressException: Unable to resolve host 'http://ftp.digitalmars.com/' I suspect you need to pass just the host name, not the complete URL form. i.e. strip ftp:// from the front and /..etc from the end. Regan