Re: Buffer Size Command Hanging (General questions)
No this just gives error messages for different reasons.
This isnt really solution but a workaround which just causes other problems which I cant work out a logical way round it.
Surely the regex expression should return the same result as a normal WaitFor expression without regex.
Example
[code]
sshConnection.Execute( show * /identifier & vbCrLf, regex: & vbCrLf, 30)
sshConnection.Execute( show * /identifier & vbCrLf, vbCrLf, 30)
[/code]
These are the same commands and should produce the same output/desired effect.
Command 1 - In the buffer it now looks like this rn....data
Command 2 - In the buffer it now looks like this ....data
Isnt the regex expression meant to produce the same results?