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
Contains functionality for working with an SFTP server.
- Assembly
- Cake
.SFTP .dll - Namespace
- Cake
.SFTP - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["CakeSFTP"]
class Type type-node
Syntax
public static class CakeSFTP
Attributes
Type | Description |
---|---|
Nullable |
|
NullableAttribute | |
Cake |
Methods
Name | Value | Summary |
---|---|---|
SFTPDeleteFile |
void |
Deletes a file on the SFTP server
static
|
SFTPDeleteFiles |
void |
Deletes files on the SFTP server
static
|
SFTPDownloadFile |
void |
Downloads a file from the SFTP server
static
|
SFTPListAllFiles |
IEnumerable |
Gets all files from the SFTP server
static
|
SFTPUploadFile |
void |
Uploads a file to the SFTP server
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|