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");
この例外がスローされるのはなぜですか?