SFTP.NET Version Mismatch Error - WeOnlyDo Discussion board

SFTP.NET Version Mismatch Error (wodFtpDLX / wodFtpDLX.NET)

by James, Tuesday, May 10, 2005, 22:30 (6918 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 wodSupport, Tuesday, May 10, 2005, 22:41 (6918 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, 15:17 (6917 days ago) @ wodSupport

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 wodSupport, Wednesday, May 11, 2005, 16:10 (6917 days ago) @ James

James,

we have only wodFtpDLX ActiveX, we don't have NET component for FTPS protocol.

Regards,
Kreso