Re: Shelless SSH (General questions)
Peter,
You can add in your code Receive Method after Connect Method and check what is received when command is executed.
[code]Console.WriteLine(ssh1.Receive());[/code]
Drazen
How can i put the results into a txt file?