IFtpService.

UploadAllRecursive(int, string, FtpDeploySettings) Method

Assembly
Cake.FtpDeploy.dll
Namespace
Cake.FtpDeploy.Services
Containing Type
IFtpService

Syntax

void UploadAllRecursive(int baseArtifactsPathLength, string directoryPath, FtpDeploySettings settings)

Parameters

Name Type Description
baseArtifactsPathLength int
directoryPath string
settings FtpDeploySettings

Return Value

Type Description
void