PuttyAliases.

Pscp(ICakeContext, string[], string) Method

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
CakeMethodAliasAttribute

Parameters

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

Return Value

Type Description
void