Quantcast
Channel: sshnet Discussions Rss Feed
Viewing all articles
Browse latest Browse all 1729

New Post: Sending a command SshClient, timeout?

$
0
0
Something like this ?
 using (var client = new SshClient(host, username, password))
{
  client.Connect();
  client.RunCommand("reset");
  client.Disconnect();
 }

Viewing all articles
Browse latest Browse all 1729

Latest Images

Trending Articles



Latest Images