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.WinSCP.
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 |
|