Hello, I have problem to connect to sftp server.
My client give me such
sftp details:
- site
- port
- username
- PPK key
Info: using lib Rebex.sftp 3.0.5584.0 in c# project
Question
Am i able to connect without password ?
var PrivateKey = new SshPrivateKey(privateKey, password);
TEsting in WinSCP = connection ok.
Thank you
Marian