Re: Missing wait for response in SSH.net buffer an (General questions)
Simon,
Yes, that's a possibility. That's why I asked that you try with exact prompt patterns in WaitFor.
This could be the issue, since in regex statement you wait for > which if not stripped is left in buffer.
You could also set DataReady property to 0 after each WaitFor, to make sure buffer is cleared.
Can you please try that?
Regards,
Damba