WinScpExtensions.

WinScpSync(ICakeContext, string, string, string, bool) Method

Assembly
Cake.WinSCP.dll
Namespace
Cake.WinSCP
Containing Type
WinScpExtensions

Syntax

public static ICakeContext WinScpSync(this ICakeContext context, string url, string remoteFolder, string localFolder, bool removeFiles = false)

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

Name Type Description
context ICakeContext
url string
remoteFolder string
localFolder string
removeFiles bool

Return Value

Type Description
ICakeContext