C# 클래스 MCloud.Deploy.PutDirectory

Copy a local directory to the server. By default the directory will be copied to the /root/ folder.
상속: PutFiles
파일 보기 프로젝트 열기: jacksonh/MCloud

공개 메소드들

메소드 설명
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.

보호된 메소드들

메소드 설명
RunImpl ( Node node, NodeAuth auth ) : void

메소드 상세

PutDirectory() 공개 메소드

Copy the specified directory to the /root/ directory on the remote server.
public PutDirectory ( string local ) : System
local string
리턴 System

PutDirectory() 공개 메소드

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
리턴 System

RunImpl() 보호된 메소드

protected RunImpl ( Node node, NodeAuth auth ) : void
node Node
auth NodeAuth
리턴 void