hi I have added a dll so that visual studio recognizes me ssh command and it works well but the problem is that I do not know how to show the result that the server sends me for example
ssh.Connect();
ssh.RunCommand("queue simple add name=serve888r target=10.1.1.1/32 max-limit=50/50");
ssh.Disconnect();
This command registers an ip in the server but I also take care to print all the IPs but it is not known to show a returned result from the server I would like to put it in a lisbox but I do not know how.
thank you very much.