C# 클래스 MCloud.Deploy.PutFiles

Transfer a collection of files to the server. By default the files will be saved in the /root/ directory.
상속: SSHDeployment, IEnumerable
파일 보기 프로젝트 열기: jacksonh/MCloud

공개 프로퍼티들

프로퍼티 타입 설명
DefaultRemoteDirectory string

공개 메소드들

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

보호된 메소드들

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

비공개 메소드들

메소드 설명
IEnumerable ( ) : IEnumerator

메소드 상세

Add() 공개 메소드

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

PutFiles() 공개 메소드

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

PutFiles() 공개 메소드

Put the specified file in the remote directory directory.
public PutFiles ( string remote ) : System
remote string
리턴 System

RunImpl() 보호된 메소드

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

프로퍼티 상세

DefaultRemoteDirectory 공개적으로 정적으로 프로퍼티

public static string DefaultRemoteDirectory
리턴 string