FtpDLX.Net connection with key file (General questions)
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:
- 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