SFTPSettings.

SFTPSettings(string, string, string) Constructor

Summary

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

Syntax

public SFTPSettings(string host, string userName, string password)

Parameters

Name Type Description
host string The SFTP Server URL
userName string The User Name on the server
password string The Password on the server

Return Value

Type Description
void