SFTP.NET Version Mismatch Error (wodFtpDLX / wodFtpDLX.NET)
I've downloaded the SFTP.NET component, but when I try to connect using the VB samples, I get an error message of Version Mismatch.
What am I missing?
Re: SFTP.NET Version Mismatch Error
James,
SFTP protocol is supported only with SSH2 servers. You're probably running SSH1. That would explain version mismatch exception.
Just to be sure, can you go to command prompt and type
telnet your.server.com 22
and give me first line returned?
BTW this isn't wodSFTP requirement, this is a reqirement for SFTP protocol in general.
Re: SFTP.NET Version Mismatch Error
Thanks for your quick response!
The server I'm connecting to doesn't use port 22, but when I telnet to the port they're using, it reads:
220 [Server name]X2 WS_FTP Server 4.0.2 (1454508882)
It's using FTP/SSL(Auth SSL) - I guess I didn't realize this component isn't compatible. Do you have another product that will work?
Re: SFTP.NET Version Mismatch Error
James,
we have only wodFtpDLX ActiveX, we don't have NET component for FTPS protocol.
Regards,
Kreso