Minor issue with underscores in the returned serve (wodSSH / wodSSH.NET)
Hi
I'm testing the SSH.NET component with VB 2005 express and I've found a minor issue.
If I execute a command that contains _ (underscore) characters, they are prefixed by chr(32)+chr( 8 ) in the response I receive.
(StripANSI true or false has no effect)
The command is executed properly, and the result is ok.
Example:
If I send that:
ls /this_is_test_1/this_is_test_2
I receive that:
ls /this _is _test _1/this _is _test _2
/this_is_test_1/this_is_test_2 not found
Only the characters in the sent command are returend incorrectly.
If anyone has an idea, please let me know.
Thanks a lot.
marc.francis.mail at gmail dot com