Re: Contents of Receive Buffer - WeOnlyDo Discussion board

Re: Contents of Receive Buffer (General questions)

by wodDamir, Friday, August 24, 2007, 07:04 (6301 days ago) @ bmclellan

Hi Barry,

That's occuring since not everything was received in first Receive Call. Can you try calling Receive Method with DataReady Property as it's ByteCound Argument?

Something like:

t1 = objSSH.Receive(objSSH.DataReady)

Another thing you could try doing is trying regex Expressions on WaitFor method.

You can try something like this:

t3 = objSSH.WaitFor( regex:[$ #>[]] , 10)

Regards,
Damba


Complete thread: