C# Class MCloud.Deploy.PutFiles

Transfer a collection of files to the server. By default the files will be saved in the /root/ directory.
Inheritance: SSHDeployment, IEnumerable
Afficher le fichier Open project: jacksonh/MCloud

Méthodes publiques

Свойство Type Description
DefaultRemoteDirectory string

Méthodes publiques

Méthode Description
Add ( string file ) : void

Add a local file to the list of files to be put on the node.

PutFiles ( ) : System

This constructor is mainly used with collection initializers like this: new PutFilesDeployment () { "/foo/bar", "/foo/baz" }

PutFiles ( string remote ) : System

Put the specified file in the remote directory directory.

Méthodes protégées

Méthode Description
RunImpl ( Node node, NodeAuth auth ) : void

Private Methods

Méthode Description
IEnumerable ( ) : IEnumerator

Method Details

Add() public méthode

Add a local file to the list of files to be put on the node.
public Add ( string file ) : void
file string
Résultat void

PutFiles() public méthode

This constructor is mainly used with collection initializers like this: new PutFilesDeployment () { "/foo/bar", "/foo/baz" }
public PutFiles ( ) : System
Résultat System

PutFiles() public méthode

Put the specified file in the remote directory directory.
public PutFiles ( string remote ) : System
remote string
Résultat System

RunImpl() protected méthode

protected RunImpl ( Node node, NodeAuth auth ) : void
node Node
auth NodeAuth
Résultat void

Property Details

DefaultRemoteDirectory public_oe static_oe property

public static string DefaultRemoteDirectory
Résultat string