Keys from where? - WeOnlyDo Discussion board

Keys from where? (wodFtpDLX / wodFtpDLX.NET)

by jschell, Saturday, February 12, 2011, 01:48 (4816 days ago)

The following knowledge base item shows an example of loading a private key using text rather than via a file.

http://www.weonlydo.com/index.asp?kb=1&View=entry&EntryID=79

It uses something called Keys .

Where does that comes from?

Re: Keys from where?

by woddrazen, Saturday, February 12, 2011, 10:12 (4816 days ago) @ jschell

Hi,


This is wodKeys component. wodKeys is used to load private and public keys inside our ActiveX components.

You are using wodFtpDLX.NET so you should use there wodKeyManager.NET.

wodKeyManager.NET do the same as wodKeys only for NET components.

I sent you sample how to connect to server with private key using wodFtpDLX.NET.

If you look at my sample you will see that private key is loaded actually from a string.

You can download here Key Management application with the source :
http://www.weonlydo.com/index.asp?download2=1

you can use that application to convert your private key to XML format. Such string you can load in wodFtpDLX.NET PrivateKey Property.


Drazen