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!!