프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Init | void |
메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
Init ( ) : void |
public Get ( string fromFilePaths, string toDirPath ) : void | ||
fromFilePaths | string | |
toDirPath | string | |
리턴 | void |
public Put ( string fromFilePaths, string toDirPath ) : void | ||
fromFilePaths | string | |
toDirPath | string | |
리턴 | void |
public Sftp ( string sftpHost, string user ) : System | ||
sftpHost | string | |
user | string | |
리턴 | System |
public Sftp ( string sftpHost, string user, string password ) : System | ||
sftpHost | string | |
user | string | |
password | string | |
리턴 | System |