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
Creates a folder on the SFTP server
Syntax
public static void SFTPCreateRemoteDirectory(this ICakeContext cakecontext, SFTPSettings settings, string remoteDirectoryPath)
Attributes
| Type |
Description |
| CakeMethodAliasAttribute |
|
Parameters
| Name |
Type |
Description |
| cakecontext |
ICakeContext |
The context. |
| settings |
SFTPSettings |
The settings for the SFTP server. |
| remoteDirectoryPath |
string |
The folder on the SFTP server that you want to create. |
Return Value