C# Class FluentBuild.Publishing.Ftp

Inheritance: FluentBuild.Utilities.InternalExecutable
Exibir arquivo Open project: SkightTeam/eLiteWeb

Public Methods

Method Description
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

Private Methods

Method Description
InternalExecute ( ) : void

Method Details

LocalFilePath() public method

public LocalFilePath ( string path ) : Ftp
path string
return Ftp

Password() public method

public Password ( string password ) : Ftp
password string
return Ftp

RemoteFilePath() public method

public RemoteFilePath ( string path ) : Ftp
path string
return Ftp

Server() public method

public Server ( string serverName ) : Ftp
serverName string
return Ftp

Timeout() public method

public Timeout ( System.TimeSpan timespan ) : Ftp
timespan System.TimeSpan
return Ftp

UserName() public method

public UserName ( string username ) : Ftp
username string
return Ftp