Trying to access to a SSH host. - WeOnlyDo Discussion board

Trying to access to a SSH host. (General questions)

by Luis Galiano, Wednesday, September 29, 2004, 17:37 (7158 days ago)

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: