C# Class FluentBuild.Publishing.Ftp

Inheritance: FluentBuild.Utilities.InternalExecutable
Afficher le fichier Open project: SkightTeam/eLiteWeb

Méthodes publiques

Méthode 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

Méthode Description
InternalExecute ( ) : void

Method Details

LocalFilePath() public méthode

public LocalFilePath ( string path ) : Ftp
path string
Résultat Ftp

Password() public méthode

public Password ( string password ) : Ftp
password string
Résultat Ftp

RemoteFilePath() public méthode

public RemoteFilePath ( string path ) : Ftp
path string
Résultat Ftp

Server() public méthode

public Server ( string serverName ) : Ftp
serverName string
Résultat Ftp

Timeout() public méthode

public Timeout ( System.TimeSpan timespan ) : Ftp
timespan System.TimeSpan
Résultat Ftp

UserName() public méthode

public UserName ( string username ) : Ftp
username string
Résultat Ftp