Re: wodSFTP ActiveX with PrivateKey authentication (General questions)
Thank you for your fast reply.
My mail address is correct and I will wait for your mail.
By the way, I have 2 types of environment:Delphi4 on WinNT and
Delphi7 on Win2000.So I wish I could get a general solution.It may be a stupid question.
If the program uses the key object,I shall release the dll
besides the ocx,shall not I?
Yes, wodKeys is a DLL. You will need to create it on the fly and release later on. But there's easier way - when you import wodKeys.DLL using Project->Import from type library, then it will appear on 'ActiveX' tab and you can just drop it on the form. Did you try that?