Re: Recieving data from ssh login to Mikrotik hos (General questions)
I tested ...
[code]
Ssh.Login = admin
Ssh.Password = xxxxxx
Ssh.Encryption = WeOnlyDo.Client.SSH.EncryptionMethods.Auto
Ssh.Protocol = WeOnlyDo.Client.SSH.SupportedProtocols.SSHAuto
Ssh.Blocking = True
Ssh.Prompt = regex:[[a-z]+@[a-zA-z]+][a-zA-z0-9 ]+> $
Ssh.Connect( xxx.xxx.xxx.xxx )
Ssh.Send( /system clock print & vbCrLf)
Debug.Print(Ssh.Receive())
[/code]
it runs without errors, but produces no output ...
What to try now ?
Johnboy











