Re: SFTP.NET Version Mismatch Error (General questions)
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.
Complete thread:
- SFTP.NET Version Mismatch Error - James, 2005-05-10, 22:30
- Re: SFTP.NET Version Mismatch Error - wodSupport, 2005-05-10, 22:41
- Re: SFTP.NET Version Mismatch Error - James, 2005-05-11, 15:17
- Re: SFTP.NET Version Mismatch Error - wodSupport, 2005-05-11, 16:10
- Re: SFTP.NET Version Mismatch Error - James, 2005-05-11, 15:17
- Re: SFTP.NET Version Mismatch Error - wodSupport, 2005-05-10, 22:41