Re: SSH Message processing (General questions)
Hi Gary,
You can try with regular expression $ #>] that accepts any of those chars $, ,#,> if they appear at the end of the line.
This includes 99.9 of most UNIX command prompts (including root account).
Here is example in VB6:[code] Ssh1.WaitFor( regex:[$ #>] $ )[/code]
Hope this helps.
Regards,
Drazen