Dear Sir,
I am using the Rebex Sample, WinFormClient_VB, to try in establishing an SFTP connection to a Tumbleweed SFTP Server, and I faced the error message of:
'Info Info: Connecting to 10.14.19.241:22 using Sftp 2.0.3793.0.
Error SSH: Rebex.Net.SshException: Timeout exceeded while waiting for welcome message. Make sure you are connecting to an SSH or SFTP server.
at Rebex.Net.SshSession.bOtYJuZ()
at Rebex.Net.SshSession.Negotiate()
Error Info: Rebex.Net.SshException: Timeout exceeded while waiting for welcome message. Make sure you are connecting to an SSH or SFTP server.
at Rebex.Net.SshSession.bOtYJuZ()
at Rebex.Net.SshSession.Negotiate()
at Rebex.Net.Sftp.Connect(String serverName, Int32 serverPort, SshParameters parameters)'
Line information in MainForm.vb is 842 in the method of _sftp.BeginConnect
However by using the WinSCP, we are able to conduct a full test to the server and in responded by my network team, there were missing hanshake between the Server & Client.
Kindly refer to the attached images for comparison between
Rebex Connection
FTP Client Connection
Hope to hear for a favourable response, thank you.