C# 클래스 R.Scheduler.FakeFtpLib.FakeFtpLibrary

상속: IFtpLibrary
파일 보기 프로젝트 열기: R-Suite/R.Scheduler

공개 메소드들

메소드 설명
Connect ( string host, int serverPort, string userName, string password ) : void
Dispose ( ) : void
GetFiles ( string remotePath, string localDir, string fileExtension, System.TimeSpan cutOff ) : void

메소드 상세

Connect() 공개 메소드

public Connect ( string host, int serverPort, string userName, string password ) : void
host string
serverPort int
userName string
password string
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetFiles() 공개 메소드

public GetFiles ( string remotePath, string localDir, string fileExtension, System.TimeSpan cutOff ) : void
remotePath string
localDir string
fileExtension string
cutOff System.TimeSpan
리턴 void