This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.SFTP.
Summary
The constructor
- Assembly
- Cake
.SFTP .dll - Namespace
- Cake
.SFTP - Containing Type
- SFTPSettings
Syntax
public SFTPSettings(string host, int port, string userName, string password)
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 |
Return Value
Type | Description |
---|---|
void |