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 Plink using given settings.
Syntax
public static void Plink(this ICakeContext context, string host, string command, PlinkSettings settings)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The context. |
host |
string |
The host. |
command |
string |
The command. |
settings |
PlinkSettings |
The settings. |
Return Value