C# 클래스 BuildServerUploaderConsole.Processes.UploadFilesToFrbServer

상속: ProcessStep
파일 보기 프로젝트 열기: vchelaru/FlatRedBall

공개 메소드들

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

비공개 메소드들

메소드 설명
CleanUpBackups ( ) : void
DeleteDirectory ( string relativeDirectory ) : void
FolderExists ( string fileName ) : bool
ReadUsernameAndPassword ( ) : void
UploadEngineFiles ( ) : void
UploadFrbdkFiles ( ) : void
UploadTemplateFiles ( ) : void

메소드 상세

BuildBackupFile() 공개 정적인 메소드

public static BuildBackupFile ( ) : void
리턴 void

DeleteFtpDirectory() 공개 메소드

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
리턴 void

ExecuteStep() 공개 메소드

public ExecuteStep ( ) : void
리턴 void

UploadFilesToFrbServer() 공개 메소드

public UploadFilesToFrbServer ( IResults results, UploadType uploadType ) : System
results IResults
uploadType UploadType
리턴 System