Re: FtpDLX.Net connection with key file (General questions)
Hi,
In order to connect to server using PrivateKey, you should set Authentication and PrivateKey Properties.
I.e:
Ftp1.Authentication = Authentications.PublicKey;
Ftp1.PrivateKey = <....>
I would suggest that you use PuttyGen to convert the key to OpenSSH format, and then convert it to XML string (using .Net classes). After that just Pass it to the component, and it should work.
Hope I helped.
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