Trying to access to a SSH host. (General questions)
Hello Kreso,
I've a problem with the wodSSH control. I´m trying to connect with a host, but I don't receive the data. I'm not sure that I can use it, just with the IP address. I don't know the host name. Is that a indispensable requirement? The code is the following,
wodSSH1.Protocol = SSHAuto
wodSSH1.HostName = 10.33.241.44
wodSSH1.Login = SCD
wodSSH1.Password = SCD
wodSSH1.Port = 1527
wodSSH1.Timeout = 30
wodSSH1.Connect
While wodSSH1.DataReady > 0
wodSSH1.Receive
Wend
Thank you for your help. Greetings,
Luis Galiano
Complete thread:
- Trying to access to a SSH host. - Luis Galiano, 2004-09-29, 17:37
- Re: Trying to access to a SSH host. - wodSupport, 2004-09-29, 19:13