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

by James, (7298 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?

locked

Re: SFTP.NET Version Mismatch Error

by Jasmine, (7298 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.

locked

Re: SFTP.NET Version Mismatch Error

by James, (7297 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?

locked

Re: SFTP.NET Version Mismatch Error

by Jasmine, (7297 days ago) @ James

James,

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

Regards,
Kreso

locked