Version Mismatch Error (wodSFTP / wodSFTP.NET / wodSFTPdll)

by john@koroberi @, (6913 days ago)

When I try to connect to my host, using port 21 (which works fine through a standard FTP client) i get a version mismatch error. I am not sure what causes this, but this program has worked before, and testing it out now with some slightly altered ftp server settings (altered by a client, not by me) has caused this error. where does this come from and how can i fix it?

thanks so much!

john

locked

Re: Version Mismatch Error

by wodDamir @, (6913 days ago) @ john@koroberi

Hi John,

wodSFTP uses only SFTP protocol, so it uses port 22. That is why you can't connect by using port 21.

Have you tried with any SFTP Client (not FTP)?

What server are you using? (vendor/type)

If you are using FTP only server you won't be able to connect it using.

Regards,
Damir

locked

Re: Version Mismatch Error

by john@koroberi @, (6912 days ago) @ wodDamir

Okay, is there anyway to accept an SSL manually with this program? the FTP owner this application is trying to connect to told me to connect to their ftp using ssl/tls (implicit encryption) port 22 which i dont even know if thats the same as SFTP.

Can this program connect to a server that requires manual acceptance of an SSL?

locked

Re: Version Mismatch Error

by Jasmine, (6912 days ago) @ john@koroberi

John,

nope, wodSFTP doesn't speak SSL, it only speaks SSH. I suggest you try out wodFtpDLX instead, that component supports all of those protocols.

http://www.weonlydo.com/index.asp?showform=FtpDLX

Regards,
Kreso

locked

Re: Version Mismatch Error

by john@koroberi @, (6912 days ago) @ Jasmine

i dont suppose we can use the same license that we bought haha

thanks a bunch tho!

locked

Re: Version Mismatch Error

by Jasmine, (6912 days ago) @ john@koroberi

John,

unfortunatelly, no, I'm sorry, but these are completely different products.

Kreso

locked

Re: Version Mismatch Error

by john@koroberi @, (6912 days ago) @ Jasmine

hah, i figured...

do you have a version for .NET 1.1?

thanks

locked

Re: Version Mismatch Error

by wodDrazen @, (6912 days ago) @ john@koroberi

Hi John,


Unfortunately there is no version of wodFtpDLX.NET for NET 1.1 framework.

WodFtpDLX.NET component is using some classes that is added in NET 2.0, so there is no way to compile wodFptDLX.NET to NET 1.1.

Why don't you try to install NET 2.0 framework?

Hope I helped.


Regards,
Drazen

locked