SFTP.NET Version Mismatch Error (wodFtpDLX / wodFtpDLX.NET) by James, Tuesday, May 10, 2005, 10:30 (7421 days ago) 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 by Jasmine, Tuesday, May 10, 2005, 10:41 (7421 days ago) @ James 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 by James, Wednesday, May 11, 2005, 03:17 (7420 days ago) @ Jasmine 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 by Jasmine, Wednesday, May 11, 2005, 04:10 (7420 days ago) @ James James, we have only wodFtpDLX ActiveX, we don't have NET component for FTPS protocol. Regards, Kreso