Re: Contents of Receive Buffer (General questions)
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:
- Contents of Receive Buffer - bmclellan, 2007-08-23, 15:15
- Re: Contents of Receive Buffer - wodDamir, 2007-08-23, 15:31
- Re: Contents of Receive Buffer - bmclellan, 2007-08-23, 17:08
- Re: Contents of Receive Buffer - wodSupport, 2007-08-23, 18:34
- Re: Contents of Receive Buffer - wodSupport, 2007-08-23, 18:35
- Re: Contents of Receive Buffer - bmclellan, 2007-08-23, 18:52
- Re: Contents of Receive Buffer - wodDamir, 2007-08-23, 21:02
- Re: Contents of Receive Buffer - bmclellan, 2007-08-23, 21:11
- Re: Contents of Receive Buffer - wodDamir, 2007-08-23, 21:27
- Re: Contents of Receive Buffer - bmclellan, 2007-08-24, 06:32
- Re: Contents of Receive Buffer - wodDamir, 2007-08-24, 07:04
- Re: Contents of Receive Buffer - bmclellan, 2007-08-24, 18:22
- Re: Contents of Receive Buffer - wodDamir, 2007-08-24, 18:51
- Re: Contents of Receive Buffer - bmclellan, 2007-08-24, 18:22
- Re: Contents of Receive Buffer - wodDamir, 2007-08-24, 07:04
- Re: Contents of Receive Buffer - bmclellan, 2007-08-24, 06:32
- Re: Contents of Receive Buffer - wodDamir, 2007-08-23, 21:27
- Re: Contents of Receive Buffer - bmclellan, 2007-08-23, 21:11
- Re: Contents of Receive Buffer - wodDamir, 2007-08-23, 21:02
- Re: Contents of Receive Buffer - bmclellan, 2007-08-23, 18:52
- Re: Contents of Receive Buffer - wodSupport, 2007-08-23, 18:35
- Re: Contents of Receive Buffer - wodSupport, 2007-08-23, 18:34
- Re: Contents of Receive Buffer - bmclellan, 2007-08-23, 17:08
- Re: Contents of Receive Buffer - wodDamir, 2007-08-23, 15:31