WinScpExtensions.

WinScpPut(ICakeContext, SessionOptions, string, string, bool, TransferOptions) Method

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

Syntax

public static ICakeContext WinScpPut(this ICakeContext context, SessionOptions options, string remoteFolder, string localFolder, bool remove = false, TransferOptions transferOptions = null)

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

Name Type Description
context ICakeContext
options SessionOptions
remoteFolder string
localFolder string
remove bool
transferOptions TransferOptions

Return Value

Type Description
ICakeContext