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, 08:47 (6246 days ago) @ permission

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: