Re: FtpDLX.Net connection with key file - WeOnlyDo Discussion board

Re: FtpDLX.Net connection with key file (General questions)

by wodDamir, Thursday, October 18, 2007, 09:51 (6246 days ago) @ permission

Hi,

Actually, that is a Public Key. You need a Private Key. Public key is used on server, while private key is used for the client.

the ToXmlString is supported by many Cryptography classes embedded in .Net. However, you can also simply assign the Private key file contents to the PrivateKey Property. I believe that would work too.

I.e:

Ftp1.PrivateKey = line1 + line2 + etc.

Can you try that?

Regards,
Damba


Complete thread: