Click here to Skip to main content
15,887,464 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I am connecting to SFTP server for uploading and downloading files via Rebex dll in .net framework 3.5. My windows server version is 2012 R2.
Please let me know whether the below listed cipher suites will be supported while making the connectivity to sftp server.
Cipher Suites used at sftp server are as below
aes128-gcm@openssh.com

aes256-gcm@openssh.com

chacha20-poly1305@openssh.com

What I have tried:

Cipher Suites at sftp server are as below
Cipher Suites
aes128-gcm@openssh.com

aes256-gcm@openssh.com

chacha20-poly1305@openssh.com
Posted
Updated 3-Mar-24 17:17pm
v3

1 solution

It took me less than a minute to find the answer[^] on the rebex site that answered this. As of 2018, both aes128 and aes256 are supported.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900