Can you combine commands in a cisco shell?
On Linux/Unix you can call commands in a row by adding "&&" or ";" between them.
Else you can check the sourcecode Renci.SshNet/SshCommand.cs or use SshClient.CreateShellStream()
and write your commands into the input-stream.
On Linux/Unix you can call commands in a row by adding "&&" or ";" between them.
Else you can check the sourcecode Renci.SshNet/SshCommand.cs or use SshClient.CreateShellStream()
and write your commands into the input-stream.