Problems with print events (wodSSH / wodSSH.NET)
I am using wodtelnetdlx OCX and I have implemented the print events in a vb6 aplication, I connect via SSH2 to a HPUX machine.
Some printing events occur and are handled correctly, some other events trigger the object_Received(ByteCount, Handled) trigger and when the object_PrintData(Text) is finnaly triggered the recieved text is one character long.
The object_PrintEnd() does not fire until I close the aplication, so the aplication just stops any kind of SSH comunication.
Can someone help me understand what is happening and how to correct it?
Thank You,
Ivo Valente