C# 클래스 GitBin.Remotes.SftpRemote

상속: IRemote
파일 보기 프로젝트 열기: hbons/git-bin

공개 메소드들

메소드 설명
DownloadFile ( string full_path, string key ) : void
ListFiles ( ) : GitBinFileInfo[]
SftpRemote ( IConfigurationProvider configurationProvider ) : System
UploadFile ( string full_path, string key ) : void

메소드 상세

DownloadFile() 공개 메소드

public DownloadFile ( string full_path, string key ) : void
full_path string
key string
리턴 void

ListFiles() 공개 메소드

public ListFiles ( ) : GitBinFileInfo[]
리턴 GitBinFileInfo[]

SftpRemote() 공개 메소드

public SftpRemote ( IConfigurationProvider configurationProvider ) : System
configurationProvider IConfigurationProvider
리턴 System

UploadFile() 공개 메소드

public UploadFile ( string full_path, string key ) : void
full_path string
key string
리턴 void