C# 클래스 FluentBuild.Publishing.Ftp

상속: FluentBuild.Utilities.InternalExecutable
파일 보기 프로젝트 열기: SkightTeam/eLiteWeb

공개 메소드들

메소드 설명
LocalFilePath ( string path ) : Ftp
Password ( string password ) : Ftp
RemoteFilePath ( string path ) : Ftp
Server ( string serverName ) : Ftp
Timeout ( System.TimeSpan timespan ) : Ftp
UserName ( string username ) : Ftp

비공개 메소드들

메소드 설명
InternalExecute ( ) : void

메소드 상세

LocalFilePath() 공개 메소드

public LocalFilePath ( string path ) : Ftp
path string
리턴 Ftp

Password() 공개 메소드

public Password ( string password ) : Ftp
password string
리턴 Ftp

RemoteFilePath() 공개 메소드

public RemoteFilePath ( string path ) : Ftp
path string
리턴 Ftp

Server() 공개 메소드

public Server ( string serverName ) : Ftp
serverName string
리턴 Ftp

Timeout() 공개 메소드

public Timeout ( System.TimeSpan timespan ) : Ftp
timespan System.TimeSpan
리턴 Ftp

UserName() 공개 메소드

public UserName ( string username ) : Ftp
username string
리턴 Ftp