SocketException connecting to SFTP server: name is valid, but no data of the requested type was found

放肆的年华 提交于 2019-12-08 05:22:27

This error message is associated with the Winsock WSANO_DATA error code. It means, there is some problem with DNS record of the domain name you are trying to connect to.

See also
https://docs.microsoft.com/en-us/windows/win32/winsock/windows-sockets-error-codes-2#WSANO_DATA

It is unlikely this is related to the SharpSsh library.

Try to telnet to verify, you should get the same error:

telnet ftp.simptr.us 22
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!