Re: Buffer Size Command Hanging - WeOnlyDo Discussion board

Re: Buffer Size Command Hanging (General questions)

by woddrazen, Tuesday, July 07, 2009, 20:08 (5399 days ago) @ mmorton

Mike,


Latest version is 2.4.4.144. Can you please download latest version and try it again?

I'm trying to duplicate your problem using our ssh test server.

Here is code I tried and it worked for me without any problem:[code]
...
ssh1.KeepAlives = True
ssh1.Connect()
MsgBox(ssh1.Version)

ssh1.WaitFor( regex:[$ #>] $ )
ssh1.DataReady = 0
Debug.Print(ssh1.Execute( cd /home/weonlydo/drazen/8000files + vbLf, regex:[$ #>] $ ))
ssh1.DataReady = 0
Debug.Print(ssh1.Execute( ls -ltR + vbLf, regex:[$ #>] $ ))
ssh1.Disconnect()
MsgBox( done )[/code]
Drazen


Complete thread: