C# Class BuildServerUploaderConsole.Processes.UploadFilesToFrbServer

Inheritance: ProcessStep
ファイルを表示 Open project: vchelaru/FlatRedBall

Public Methods

Method Description
BuildBackupFile ( ) : void
DeleteFtpDirectory ( string strFtpPath, string strftpUserId, string strftpPassword ) : void

method to delete folder on the FTP server Note: the directory should be empty.

ExecuteStep ( ) : void
UploadFilesToFrbServer ( IResults results, UploadType uploadType ) : System

Private Methods

Method Description
CleanUpBackups ( ) : void
DeleteDirectory ( string relativeDirectory ) : void
FolderExists ( string fileName ) : bool
ReadUsernameAndPassword ( ) : void
UploadEngineFiles ( ) : void
UploadFrbdkFiles ( ) : void
UploadTemplateFiles ( ) : void

Method Details

BuildBackupFile() public static method

public static BuildBackupFile ( ) : void
return void

DeleteFtpDirectory() public method

method to delete folder on the FTP server Note: the directory should be empty.
public DeleteFtpDirectory ( string strFtpPath, string strftpUserId, string strftpPassword ) : void
strFtpPath string FTP server path i.e: ftp://yourserver/foldername
strftpUserId string username
strftpPassword string password
return void

ExecuteStep() public method

public ExecuteStep ( ) : void
return void

UploadFilesToFrbServer() public method

public UploadFilesToFrbServer ( IResults results, UploadType uploadType ) : System
results IResults
uploadType UploadType
return System