Hello,
I'm using edtFTPnet/PRO for connectiong on the SFTP server.
In the SecureFTPConnection is possibility just to set ClientPrivateKeyFile which is path to the private key file.
I would like to not have this key on the file system, is it possible to load key with Stream or StreamReader.
I found in your Java client following and I would need something similar in .NET:
setAuthentication
public void setAuthentication(java.io.InputStream inStr,
java.lang.String userName,
java.lang.String keyFilePassphrase)
throws java.io.IOException,
FTPException
Thank you very much in the advance.
Darko