Re: F-Secure SSH servers with EmulationType of col (General questions)
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:
- F-Secure SSH servers with EmulationType of color - ddeloveh, 2006-10-16, 20:10
- Re: F-Secure SSH servers with EmulationType of col - wodDamir, 2006-10-16, 21:26
- Re: F-Secure SSH servers with EmulationType of col - ddeloveh, 2006-10-16, 23:04
- Re: F-Secure SSH servers with EmulationType of col - wodDamir, 2006-10-17, 00:07
- Re: F-Secure SSH servers with EmulationType of col - ddeloveh, 2006-10-17, 16:18
- Re: F-Secure SSH servers with EmulationType of col - wodDrazen, 2006-10-17, 17:45
- Re: F-Secure SSH servers with EmulationType of col - ddeloveh, 2006-10-17, 19:28
- Re: F-Secure SSH servers with EmulationType of col - wodDrazen, 2006-10-17, 20:23
- Re: F-Secure SSH servers with EmulationType of col - ddeloveh, 2006-10-17, 21:30
- Re: F-Secure SSH servers with EmulationType of col - wodDrazen, 2006-10-17, 23:12
- Re: F-Secure SSH servers with EmulationType of col - ddeloveh, 2006-10-18, 20:16
- Re: F-Secure SSH servers with EmulationType of col - wodDrazen, 2006-10-19, 17:08
- Re: F-Secure SSH servers with EmulationType of col - ddeloveh, 2006-10-18, 20:16
- Re: F-Secure SSH servers with EmulationType of col - wodDrazen, 2006-10-17, 23:12
- Re: F-Secure SSH servers with EmulationType of col - ddeloveh, 2006-10-17, 21:30
- Re: F-Secure SSH servers with EmulationType of col - wodDrazen, 2006-10-17, 20:23
- Re: F-Secure SSH servers with EmulationType of col - ddeloveh, 2006-10-17, 19:28
- Re: F-Secure SSH servers with EmulationType of col - wodDrazen, 2006-10-17, 17:45
- Re: F-Secure SSH servers with EmulationType of col - ddeloveh, 2006-10-17, 16:18
- Re: F-Secure SSH servers with EmulationType of col - wodDamir, 2006-10-17, 00:07
- Re: F-Secure SSH servers with EmulationType of col - ddeloveh, 2006-10-16, 23:04
- Re: F-Secure SSH servers with EmulationType of col - wodDamir, 2006-10-16, 21:26