Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
3.6k views
in .NET FTP by (180 points)
Hello everybody,

We are going to buy the professional version of this product on C# environment. We are really amazed how easy it is to work with this beautiful library.

For us, there is just one thing which doesnt match our requirements.

We store the private key for an sftp connection in a database, but we were not able to find a way to tell that edtftp. For the moment we can create a temp file an and use this as a private key file, but that cannot be the solution at all.

So question, is there a better way to do this?

Thx in advance

4 Answers

0 votes
by (51.6k points)
Thanks. I'm glad you like the library.

So basically what you want is an equivalent of SecureFTPConnection.ClientPrivateKeyFile which uses an in-memory object rather than a file. Something that takes a byte[] or a MemoryStream perhaps. Is that right?

- Hans (EnterpriseDT)
0 votes
by (180 points)
Yes that is exactly what i would like to have...

thanks for your fast reply, library is bought now :)
0 votes
by (51.6k points)
Thanks again. We'll get back to you regarding the in-memory keys soon.

- Hans (EnterpriseDT)
0 votes
by (162k points)
We've added a property called ClientPrivateKeyBytes, which is a byte array of the private key.

Please email us to get a new DLL.

Categories

...