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
- SFTPFilePair
Syntax
public SFTPFilePair(string localFilePath, string remoteFilePath)
Parameters
Name | Type | Description |
---|---|---|
localFilePath | string | The local path of the file |
remoteFilePath | string | The SFTP server path of the file |
Return Value
Type | Description |
---|---|
void |