|
I am writing an automated uploader using Visual Studio 2010 and C#. Using the code: I can connect to the server using filezilla but not using rebex. A "key exchange failed" exception is thrown. "No common algorithms". Log file output below: 2012-01-19 12:57:40.197 Opening log file. |
|
According to the log you sent us, this server only accepts connection from clients that support ZLIB compression. In Rebex SFTP, ZLIB compression is disabled by default. It has to be enabled first in order to connect to the server. This can be done using the following code: C#
VB.NET
Thank you. This solved the issue and files are successfully transferred.
(24 Jan, 16:21)
jjblinky
|
Can you please send us the Rebex log file in Verbose level to support@rebex.net? We should be able to determine the cause of the error.