C# Class MCloud.Deploy.PutDirectory

Copy a local directory to the server. By default the directory will be copied to the /root/ folder.
Inheritance: PutFiles
Afficher le fichier Open project: jacksonh/MCloud

Méthodes publiques

Méthode Description
PutDirectory ( string local ) : System

Copy the specified directory to the /root/ directory on the remote server.

PutDirectory ( string local, string remote ) : System

Put the specified local directory in the specified remote directory. If the remote directory does not exist the operation will fail.

Méthodes protégées

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

Method Details

PutDirectory() public méthode

Copy the specified directory to the /root/ directory on the remote server.
public PutDirectory ( string local ) : System
local string
Résultat System

PutDirectory() public méthode

Put the specified local directory in the specified remote directory. If the remote directory does not exist the operation will fail.
public PutDirectory ( string local, string remote ) : System
local string
remote string
Résultat System

RunImpl() protected méthode

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