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.Putty.
Summary
Invokes Pscp with array of from arguments without settings..
- Assembly
- Cake
.Putty .dll - Namespace
- Cake
.Putty - Containing Type
- PuttyAliases
Syntax
public static void Pscp(this ICakeContext context, string[] from, string to)
Attributes
Type | Description |
---|---|
Cake |
Parameters
Name | Type | Description |
---|---|---|
context | ICakeContext | The context. |
from | string[] | From. |
to | string | To. |
Return Value
Type | Description |
---|---|
void |