Re: wodSSH cannot connect as telnet client to my A (General questions)
Christope,
what exactly happens? Why it cannot connect? Do you get any errors?
Could we try to connect from here to duplicate the problem?
I have wrote a simple VB project with which I have the problem also:
Dim wodSSH1 As WODSSHCOMLib.wodSSHCom
wodSSH1 = New WODSSHCOMLib.wodSSHCom
wodSSH1.Protocol = WODSSHCOMLib.ProtocolsEnum.Telnet
wodSSH1.Blocking = True
wodSSH1.Hostname = AIX43
wodSSH1.Login = ocante
wodSSH1.Password = ocante
wodSSH1.Port = 23
wodSSH1.Timeout = 30
wodSSH1.Command = echo Hello
wodSSH1.Connect()
Print(wodSSH1.Receive)
After 30 seconds I have the following messages:
An unhandled exception of type 'System.Runtime.InteropServices.COMException' occurred in VB_Telnet.exe
Additional information: The current connection has timeout.
You will not be able to connect from outside.
I have recorded the network traffic while trying to telnet and I can see that something is coming from my AIX to my client host: AIX version 4
Copyrights...
Connexion : , but nothing is sent after that.
If it can help I can send you this network traffic (you can open it using ethereal: http://www.ethereal.com/). Tell me where I can send an attachment.