Method | Description | |
---|---|---|
DownloadFile ( string full_path, string key ) : void | ||
ListFiles ( ) : GitBinFileInfo[] | ||
SftpRemote ( IConfigurationProvider configurationProvider ) : System | ||
UploadFile ( string full_path, string key ) : void |
public DownloadFile ( string full_path, string key ) : void | ||
full_path | string | |
key | string | |
return | void |
public SftpRemote ( IConfigurationProvider configurationProvider ) : System | ||
configurationProvider | IConfigurationProvider | |
return | System |
public UploadFile ( string full_path, string key ) : void | ||
full_path | string | |
key | string | |
return | void |