Connect() is throwing "Could not negotiate" exception (wodSFTP / wodSFTP.NET / wodSFTPdll)
I'm running a test in C# & Visual Studio 10, and am attempting to connect to a remote SFTP site. I can connect fine with FileZilla. However, when stepping through debugger and using the WeOnlyDo.Client.FTP.dll, I'm seeing the following error when executing the FtpDLX::Connect() call.
WeOnlyDo.Exceptions.FtpDLX.ProtocolException: Could not negotiate diffie-hellman-group1-sha1.
I've confirmed the FtpDLX properties have been initialized as desired. Any thoughts as to what might be causing this error? Much thanks!!
Complete thread:
- Connect() is throwing "Could not negotiate" exception - jja, 2015-03-25, 22:54
- Connect() is throwing "Could not negotiate" exception - Jasmine, 2015-03-25, 22:57
- Connect() is throwing "Could not negotiate" exception - jja, 2015-03-26, 21:54
- Connect() is throwing "Could not negotiate" exception - Jasmine, 2015-03-26, 21:56
- Connect() is throwing "Could not negotiate" exception - jja, 2015-03-27, 14:14
- Connect() is throwing "Could not negotiate" exception - Jasmine, 2015-03-26, 21:56
- Connect() is throwing "Could not negotiate" exception - jja, 2015-03-26, 21:54
- Connect() is throwing "Could not negotiate" exception - Jasmine, 2015-03-25, 22:57