SFTPSettings.

SFTPSettings(string, int, string, string, string) Constructor

Summary

The constructor
Assembly
Cake.SFTP.dll
Namespace
Cake.SFTP
Containing Type
SFTPSettings

Syntax

public SFTPSettings(string host, int port, string userName, string password, string keyFile)

Parameters

Name Type Description
host string The SFTP Server URL
port int The port of the SFTP Server, is normally 22
userName string The User Name on the server
password string The Password on the server
keyFile string The path to the private key file on you local computer

Return Value

Type Description
void