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:[$ #>]*$ )
ssh1.DataReady = 0
Console.Write(ssh1.Execute( dir + vbCrLf, ( regex:[$ #>]*$ )))
-----------------------------------------
As you can see I use for prompt regular expression: regex:[$ #>]*$
Let us know how it goes.
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