0 votes
by (120 points)

Applies to: Rebex SFTP

1 Answer

0 votes
by (150k points)

var sftp = new Sftp();
sftp.Settings.SshParameters.HostKeyAlgorithms |= SshHostKeyAlgorithm.ECDsaNistP384;
sftp.Connect("test.rebex.net");
sftp.Login("demo", "password");
...