Property | Type | Description | |
---|---|---|---|
Init | void |
Method | Description | |
---|---|---|
Cancel ( ) : void | ||
Get ( string fromFilePath ) : void | ||
Get ( string fromFilePaths, string toDirPath ) : void | ||
GetFileList ( string path ) : IEnumerable |
||
Mkdir ( string directory ) : void | ||
Put ( string fromFilePath ) : void | ||
Put ( string fromFilePaths, string toDirPath ) : void | ||
Sftp ( string sftpHost, string user ) : System | ||
Sftp ( string sftpHost, string user, string password ) : System |
Method | Description | |
---|---|---|
Init ( ) : void |
public Get ( string fromFilePaths, string toDirPath ) : void | ||
fromFilePaths | string | |
toDirPath | string | |
return | void |
public GetFileList ( string path ) : IEnumerable |
||
path | string | |
return | IEnumerable |
public Put ( string fromFilePaths, string toDirPath ) : void | ||
fromFilePaths | string | |
toDirPath | string | |
return | void |
public Sftp ( string sftpHost, string user ) : System | ||
sftpHost | string | |
user | string | |
return | System |
public Sftp ( string sftpHost, string user, string password ) : System | ||
sftpHost | string | |
user | string | |
password | string | |
return | System |