Hello
Due to cipher updates done on Windows 2016 server in Bitwise, my rebex .NET code to connect to this server using SFTP is failing, due to below error -
"The client and the server have no common algorithms"
I was told that I might need to update Rebex. Currently I am using Assembly Rebex.Sftp, Version=3.0.4444.0
Can someone please advise, which version do I need to update my rebex to ?
Also do we have any documentation about how to upgrade ? Will it need license purchase ?
I would appreciate any help here.
My code ->
Sftp ftp = null;
ftp = new Sftp();
ftp.Connect(selectedServer);
Where Sftp is Assembly Rebex.Sftp, Version=3.0.4444.0, Culture=neutral, PublicKeyToken=1c4638788972655d