Re: wodSSH in C++ Builder (General questions)
Ryan,
please write smaller posts, or try to divide them in sections next time, ok? This one is VERY HARD to answer since I have no idea what you actually asked.
Let me *try* to answer:
VbLf is \n in C++, so yes, this is linefeed
Problem with # and $ can usually be easily solved by using regular expression syntax in Waitfor pattern. If you check out helpfile for Waitfor method, you will see we propose there to use regex:[\$ #>] $ - that should match both $ and # when at end of the line.
Hope this helps.