FtpDLX.Net connection with key file - WeOnlyDo Discussion board

FtpDLX.Net connection with key file (General questions)

by permission, Thursday, October 18, 2007, 03:44 (6246 days ago)

Hi

I am trying to use ftpDLX.net to connect to a secure SFTP server for transfer. I have been provided with a ppk file put have no idea how to apply this in order to connect, any help would be greatly appreciated, thanks
code so far is below

Ftp1.Hostname = ConfigurationManager.AppSettings[ FTPServer ];
Ftp1.Login = ConfigurationManager.AppSettings[ FTPUser ];
Ftp1.Password = ConfigurationManager.AppSettings[ FTPPass ];
Ftp1.RemotePath = ConfigurationManager.AppSettings[ FTPDir ];
Ftp1.Protocol = WeOnlyDo.Client.Protocols.SFTP;
Ftp1.Port = 22;

Thanks


Complete thread: