Re: FtpDLX.Net connection with key file (General questions)
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:
- FtpDLX.Net connection with key file - permission, 2007-10-18, 03:44
- Re: FtpDLX.Net connection with key file - wodDamir, 2007-10-18, 08:47
- Re: FtpDLX.Net connection with key file - permission, 2007-10-18, 09:04
- Re: FtpDLX.Net connection with key file - wodDamir, 2007-10-18, 09:13
- Re: FtpDLX.Net connection with key file - permission, 2007-10-18, 09:30
- Re: FtpDLX.Net connection with key file - wodDamir, 2007-10-18, 09:51
- Re: FtpDLX.Net connection with key file - permission, 2007-10-19, 01:16
- Re: FtpDLX.Net connection with key file - wodDamir, 2007-10-19, 08:33
- Re: FtpDLX.Net connection with key file - permission, 2007-10-19, 08:38
- Re: FtpDLX.Net connection with key file - wodDamir, 2007-10-19, 08:33
- Re: FtpDLX.Net connection with key file - permission, 2007-10-19, 01:16
- Re: FtpDLX.Net connection with key file - wodDamir, 2007-10-18, 09:51
- Re: FtpDLX.Net connection with key file - permission, 2007-10-18, 09:30
- Re: FtpDLX.Net connection with key file - wodDamir, 2007-10-18, 09:13
- Re: FtpDLX.Net connection with key file - permission, 2007-10-18, 09:04
- Re: FtpDLX.Net connection with key file - wodDamir, 2007-10-18, 08:47