Read buffer out of waitfor? (General questions)
Is it possible to read the buffer out of waitfor? I see in the docs that waitfor disables receive. Thank you.
by Logan, (6276 days ago)
Is it possible to read the buffer out of waitfor? I see in the docs that waitfor disables receive. Thank you.
by wodDamir , (6276 days ago) @ Logan
Logan,
I don't see anything like that in help file. WaitFor does remove buffer contents if pattern is received, but not if it times out, in which case buffer remains intact.
In that case, you need to ignore the exception and invoke Receive.
Something like this:
[code]ssh1.HostName = xxxx
ssh1.Login = xxxx
ssh1.Password = xxxx
ssh1.Protocol = SSHAuto
ssh1.Blocking = True
ssh1.Connect
On Error Resume Next
Debug.Print ssh1.WaitFor( joe@debian , 5) 'this is an incorrect prompt pattern to simulate the error
MsgBox ssh1.Receive[/code]
Hope this helps.
Regards,
Damba
by Logan, (6276 days ago) @ wodDamir
I'm writing an ASP page and I need to Peek or Recieve but not until a successful WaitFor. Unfortunately WaitFor disables receive as it is collecting the data from the server. I want to response.write the data waitfor is receiving before it finds te string it is waiting for. I have tried various methods including the do while loop in the sample ASP code, but it doesn't work. Any ideas?
by woddrazen , (6276 days ago) @ Logan
Logan,
You need to receive data just after you connect to server or when you are connected and execute some command?
Drazen
by Logan, (6275 days ago) @ woddrazen
I solved this problem with this little bit of code thanks to your help Drazen, you are the best!
ssh.send command & LF
response.write command sent, please wait...<br>
response.flush
do until cmdend = 1
ssh.DataReady = 0
sshoutput = ssh.receive
sshoutput = replace(sshoutput,LF, <br> )
response.write sshoutput
response.flush
if instr(sshoutput, # ) <> 0 then
cmdend = 1
response.write <p>complete...<br>
End if
Loop
I would highly recommend this to anyone who needs a good quality SFTP solution.
...not only that you provide these components at very reasonable cost, your responsiveness to emailed technical questions is simply outstanding...
Brilliant, even works on the mobile phone...
It is very refreshing to find such helpful, knowledgeable and quick responding technical support.
I really like these products - they are consistently first rate!
Your component works really great. With minor effort I have been able to convert my delphi application...
I've heard that you are amazing with your replies coming back so quickly - and now I've seen the speed in which you reply first hand.
This has been, by far, the best experience I have ever had dealing with a support entity in my long career in the technical arena
The people at WeOnlyDo are amazing! ... I always get a super fast response from customer service, and the products are great too. Thanks WeOnlyDo
I really like these products - they are consistently first rate!