PuttyAliases.

Pscp(ICakeContext, string[], string, PscpSettings) Method

Summary

Invokes Pscp with array of from arguments.
Assembly
Cake.Putty.dll
Namespace
Cake.Putty
Containing Type
PuttyAliases

Syntax

public static void Pscp(this ICakeContext context, string[] from, string to, PscpSettings settings)

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

Name Type Description
context ICakeContext The context.
from string[] From.
to string To.
settings PscpSettings The settings.

Return Value

Type Description
void