Failure to resolve host (pure IPv6) - WeOnlyDo Discussion board

Failure to resolve host (pure IPv6) (wodSFTP / wodSFTP.NET / wodSFTPdll)

by nsturr, Thursday, October 20, 2016, 23:27 (2737 days ago)

I'm having issue with host name resolution in wodSFTP. We're using wodSFTP 3.6.0.135 (licensed) and for hosts that are IPv4 it is working as expected (has been for years). Testing a pure IPv6 environment and the wodSFTPCom.Connect is failing with an exception 11001 (Host not found). I can ensure that I can do an nslookup with the host name and it resolves in an IPv6 address. I get the same error when I use the IPv6 address as well.

Connected event is not firing but from what I read that is as expected when hosts cannot be resolved.

Any help? Thanks!

Noah

Failure to resolve host (pure IPv6)

by Jasmine, Thursday, October 20, 2016, 23:28 (2737 days ago) @ nsturr

Hi Noah.

Just checking - you did set UseIPv6 property to true, right?

http://www.weonlydo.com/SFTP/Help/wodSFTP-UseIPv6-property.html

Jasmine.

Failure to resolve host (pure IPv6)

by nsturr, Friday, October 21, 2016, 16:05 (2737 days ago) @ Jasmine

Jasmine,

Good catch! That was the problem. Thanks!

Noah