Currently, we are using
Rebex.sftp.dll Version - 3.0.47
with this version, we are enabled to connect.
getting the below error
Rebex.Net.SftpException: The client and the server have no common algorithms.
After Updating Rebex.sftp.dll to the latest Version 5.0.799 working fine.
if the latest version is the fixing we need to upgrade
or we are missing anything in the existing version
Full Error Information
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.qzm1d(Byte[] )
at Rebex.Net.SshSession.14Ad4fZ()
at Rebex.Net.SshSession.Negotiate()
at Rebex.Net.Sftp.1J4sBU.qzm1d(ZD5WJ )
at Rebex.Net.Sftp.2eOMSNZ(String , Int32 , SshParameters , ZD5WJ )
--- End of inner exception stack trace ---
at Rebex.Net.Sftp.2eOMSNZ(String , Int32 , SshParameters , ZD5WJ )
at Rebex.Net.Sftp.iINPXZ(String , Int32 , SshParameters )
at Rebex.Net.Sftp.Connect(String serverName, Int32 serverPort)
Please Help me with this.
Thanks in advance