CakeSFTP.

SFTPCreateRemoteDirectory(ICakeContext, SFTPSettings, string) Method

Summary

Creates a folder on the SFTP server
Assembly
Cake.SFTP.dll
Namespace
Cake.SFTP
Containing Type
CakeSFTP

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

Type Description
void