Dell X1008スイッチに接続して、いくつかのコマンドを実行します。私はC#Tamir.SharpSshとRenci.SshNetライブラリを使用しています。 Using Tamir.SharpSsh;
SshExec exec = new SshExec("ip address", "username", "password");
exec.Connect();
var output
FTP接続に失敗しました。私を助けてください。 $ftpServer = "xxxx.xxx"; //I have put the IP address
$username = "api";
$password = "api123";
$connId = @ftp_connect($ftpServer); - not Connecting
上記の資格情報が有効でないFileZillaを