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
Contains functionality for working with Plink.
Contains functionality for working with PSCP.
Aliases for Putty.
- Assembly
- Cake
.Putty .dll - Namespace
- Cake
.Putty - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["PuttyAliases"]
class Type type-node
Syntax
public static class PuttyAliases
Attributes
Type | Description |
---|---|
Cake |
|
Cake |
|
Cake |
Methods
Name | Value | Summary |
---|---|---|
Plink |
void |
Invokes Plink using given settings.
static
|
Plink |
void |
Invokes Plink without settings
static
|
Pscp |
void |
Invokes Pscp with a single from argument and settings.
static
|
Pscp |
void |
Invokes Pscp with a single from argument.
static
|
Pscp |
void |
Invokes Pscp with array of from arguments.
static
|
Pscp |
void |
Invokes Pscp with array of from arguments without settings..
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|