Re: F-Secure SSH servers with EmulationType of col - WeOnlyDo Discussion board

Re: F-Secure SSH servers with EmulationType of col (General questions)

by wodDrazen, Tuesday, October 17, 2006, 20:23 (6611 days ago) @ ddeloveh

David,


Please try my code:
-----------------------------------
ssh1 = New WeOnlyDo.Client.SSH

ssh1.Hostname = your_hostname
ssh1.Login = your_login
ssh1.Password = your_password
ssh1.Blocking = True
ssh1.Protocol = WeOnlyDo.Client.SSH.SupportedProtocols.SSHAuto
ssh1.AllocatePty = False
ssh1.Connect()

ssh1.WaitFor( regex:[$ #>]s?$ )
ssh1.DataReady = 0
TextBox1.Text = ssh1.Execute( dir + vbLf, ( regex:[$ #>]s?$ ))
-----------------------------------

If problem persist, can we somehow connect to your server and duplicate your problem, is this possible?
You can send private information to techsupport@weonlydo.com (hostname, login, password).

Let us know how it goes.


Regards,
Drazen


Complete thread: