0 votes
by (120 points)

Could you please help me with this error?

<?xml version=1.0?>


Signature.Server.Delivery.FTP.SFtpDeliverer< Name>
2< Type>
appClassLibrary< TypeDesc>
< Process>
true< HasError>

ErrorSFtpDelivery< Code>
<![CDATA[Rebex.Net.SftpException: The client and the server have no common algorithms. ---> Rebex.Net.SshException: The client and the server have no common algorithms.
at Rebex.Net.SshSession.Negotiate(Byte[] I_S)
at Rebex.Net.SshSession.ConnectInner()
at Rebex.Net.SshSession.Negotiate()
at Rebex.Net.Sftp.Connect(String serverName, Int32 serverPort, SshParameters parameters)
--- End of inner exception stack trace ---
at Rebex.Net.Sftp.Connect(String serverName, Int32 serverPort, SshParameters parameters)
at Signature.Server.Delivery.FTP.SFtpDeliverer.Deliver(Context Context, Object Content, ParameterCollection ConfigParameters, ParameterCollection Parameters)]]>< Description>

< Error>
0< ReturnValue>

< ProcessResult>

1 Answer

0 votes
by (58.9k points)

Could you please create the communication log of the failing communication as described in this article with

Rebex.LogLevel.Verbose

and then either post it here or mail it to support@rebex.net? We will be able to tell what is going on based on this and solve this issue.

...