C# 클래스 CSharpUtils.VirtualFileSystem.Ssh.SftpFileSystem

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

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

보호된 메소드들

메소드 설명
ImplFindFiles ( String Path ) : IEnumerable
ImplGetFileInfo ( String Path ) : FileSystemEntry
RealPath ( String Path ) : String
_Connect ( ) : void

메소드 상세

Connect() 공개 메소드

public 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

ImplFindFiles() 보호된 메소드

protected ImplFindFiles ( String Path ) : IEnumerable
Path String
리턴 IEnumerable

ImplGetFileInfo() 보호된 메소드

protected ImplGetFileInfo ( String Path ) : FileSystemEntry
Path String
리턴 FileSystemEntry

RealPath() 보호된 메소드

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

SftpFileSystem() 공개 메소드

public SftpFileSystem ( ) : System
리턴 System

SftpFileSystem() 공개 메소드

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

Shutdown() 공개 메소드

public Shutdown ( ) : void
리턴 void

UploadFile() 공개 메소드

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

_Connect() 보호된 메소드

protected _Connect ( ) : void
리턴 void