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
Complete thread:
- Minor issue with underscores in the returned serve - mfr, 2007-11-12, 15:59
- Re: Minor issue with underscores in the returned s - wodDamir, 2007-11-12, 17:40
- Re: Minor issue with underscores in the returned s - mfr, 2007-11-12, 17:55
- Re: Minor issue with underscores in the returned s - wodDamir, 2007-11-12, 18:35
- Re: Minor issue with underscores in the returned s - mfr, 2007-11-12, 23:28
- Re: Minor issue with underscores in the returned s - wodDamir, 2007-11-13, 00:05
- Re: Minor issue with underscores in the returned s - mfr, 2007-11-12, 23:28
- Re: Minor issue with underscores in the returned s - wodDamir, 2007-11-12, 18:35
- Re: Minor issue with underscores in the returned s - mfr, 2007-11-12, 17:55
- Re: Minor issue with underscores in the returned s - wodDamir, 2007-11-12, 17:40