Examples fails (wodSSH / wodSSH.NET)
Hi, (sorry for my English)
I'm working with your SSH control in .NET and i have some problems:
1. Examples don't work correctly, when use blockin mode app's don't connect and timeout fires. In non blocking mode, no more than one command executes, and echo is cut.
2. When i tried my own code same occurs, i can't connect on blockin mode, but connect fine on non blockin. Using 'command' property i can execute a command fine, but with 'send' method i can't, server don't execute command and echo is not complete, it's like the command was not send completly.
I can connect to the server fine with putty, can you help me?.