C# 클래스 CSharpUtils.VirtualFileSystem.RemoteFileSystem

상속: ImplFileSystem
파일 보기 프로젝트 열기: soywiz/csharputils 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
Host string
Password string
Port int
Username string
timeout int

공개 메소드들

메소드 설명
Connect ( string Host, int Port, string Username, string Password, int timeout = 10000 ) : void
DownloadFile ( String RemoteFile, String LocalFile = null ) : String
EnsureConnect ( ) : RemoteFileSystem
GetTempFile ( ) : String
RemoteFileSystem ( ) : System
RemoteFileSystem ( string Host, int Port, string Username, string Password, int timeout = 10000 ) : System
TryInitialize ( ) : void
UploadFile ( String RemoteFile, String LocalFile ) : void

보호된 메소드들

메소드 설명
RealPath ( String Path ) : String

메소드 상세

Connect() 공개 추상적인 메소드

public abstract Connect ( string Host, int Port, string Username, string Password, int timeout = 10000 ) : void
Host string
Port int
Username string
Password string
timeout int
리턴 void

DownloadFile() 공개 메소드

public DownloadFile ( String RemoteFile, String LocalFile = null ) : String
RemoteFile String
LocalFile String
리턴 String

EnsureConnect() 공개 메소드

public EnsureConnect ( ) : RemoteFileSystem
리턴 RemoteFileSystem

GetTempFile() 공개 메소드

public GetTempFile ( ) : String
리턴 String

RealPath() 보호된 메소드

protected RealPath ( String Path ) : String
Path String
리턴 String

RemoteFileSystem() 공개 메소드

public RemoteFileSystem ( ) : System
리턴 System

RemoteFileSystem() 공개 메소드

public RemoteFileSystem ( string Host, int Port, string Username, string Password, int timeout = 10000 ) : System
Host string
Port int
Username string
Password string
timeout int
리턴 System

TryInitialize() 공개 메소드

public TryInitialize ( ) : void
리턴 void

UploadFile() 공개 메소드

public UploadFile ( String RemoteFile, String LocalFile ) : void
RemoteFile String
LocalFile String
리턴 void

프로퍼티 상세

Host 보호되어 있는 프로퍼티

protected string Host
리턴 string

Password 보호되어 있는 프로퍼티

protected string Password
리턴 string

Port 보호되어 있는 프로퍼티

protected int Port
리턴 int

Username 보호되어 있는 프로퍼티

protected string Username
리턴 string

timeout 보호되어 있는 프로퍼티

protected int timeout
리턴 int