I am trying to login to the remote SFTP server from my .NET code using Renci.SshNet library using .ppk
format private key.
It is showing error.
I know it will work with .PEM format. But as the key for the application is generated by client, I can't change the format.
Is there a way to use .ppk private key to authenticate and upload file from my .NET C# code?
Any suitable library?