Assume that SSHClient connected. Then i execute command like that:
var commandResult = sshClient.CreateCommand("ls").Execute();
And nothing happend?
Am i wrong?
var commandResult = sshClient.CreateCommand("ls").Execute();
And nothing happend?
Am i wrong?