get data back without events/forms and with blocking mode? (wodSSH / wodSSH.NET)
Hi
Set Ssh = New wodSSHCom
Set sshKeys = New WODSSHKeyLib.Keys
Ssh.LicenseKey = "my license"
Ssh.UseIPv6 = True
Ssh.DebugFile = "c:\sshdebug.log"
Ssh.HostName = strServer
Ssh.Columns = 200
Ssh.Port = 22
Ssh.Login = strUsername
Ssh.Password = strPassword
Ssh.Command = "date +" & Chr(34) & "%T" & Chr(34)
Ssh.Timeout = intTimeout
Ssh.Blocking = True
Ssh.Connect
strResponse = Ssh.Receive
Set sshKeys = Nothing
Set Ssh = Nothing
ssh_docheck = True
=> always gives a timeout, independantly of the actual set timeout. (and yes username/password are correct) What is even stranger is that I do not get a a "started session" on the screen of the server.
Complete thread:
- get data back without events/forms and with blocking mode? - dirk, 2020-02-08, 15:10
- get data back without events/forms and with blocking mode? - Jasmine, 2020-02-08, 15:18
- get data back without events/forms and with blocking mode? - dirk, 2020-02-08, 15:42
- get data back without events/forms and with blocking mode? - dirk, 2020-02-08, 15:44
- get data back without events/forms and with blocking mode? - Jasmine, 2020-02-08, 15:46
- get data back without events/forms and with blocking mode? - dirk, 2020-02-08, 15:47
- get data back without events/forms and with blocking mode? - Jasmine, 2020-02-08, 15:48
- get data back without events/forms and with blocking mode? - dirk, 2020-02-08, 15:51
- get data back without events/forms and with blocking mode? - Jasmine, 2020-02-08, 15:48
- get data back without events/forms and with blocking mode? - dirk, 2020-02-08, 15:47
- get data back without events/forms and with blocking mode? - dirk, 2020-02-08, 15:42
- get data back without events/forms and with blocking mode? - Jasmine, 2020-02-08, 15:18