How to generate a public key file for Filezilla se - WeOnlyDo Discussion board

How to generate a public key file for Filezilla se (General questions)

by Michael, Friday, November 04, 2005, 09:14 (6958 days ago)

I try to test ftps with filezilla server, but donĀ“t know how to generate the neccessary private key file.
Any help?

Thanks!
Michael

Re: How to generate a public key file for Filezill

by wodSupport, Friday, November 04, 2005, 10:31 (6958 days ago) @ Michael

Michael,

what protocol will you use?

In any case, you will have to use wodCertificate component that comes with wodFtpDLX, and call it's Generate method to generate the certificate. You will also need GenerateKey to generate the key.

I don't know what you need on the server side. It will be either the certificate itself (once you Generate it, you will be able to Save it), or the public key (through, for example, PublicKeyOpenSSH property).

Hope this helps.