PuttyAliases.

Pscp(ICakeContext, string, string) Method

Summary

Invokes Pscp with a single from argument.
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