Re: Websphere Connection Timing Out (General questions)
Hi David,
What is the prompt that you are expecting after connect to that server?
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:
Ssh1.WaitFor( regex:[$ #>] $ )
Hope this helps.
Regards,
Drazen