我正在尝试使用 SharpSsh 库连接我的 sftp 服务器,但出现以下错误:
System.Net.Sockets.SocketException (0x80004005):
The requested name is valid, but no data of the requested type was found
我正在使用以下代码进行连接
Tamir.SharpSsh.Sftp sftp = new Tamir.SharpSsh.Sftp("ftp.simptr.us", "username", "password");
为什么会抛出这个异常?