프로퍼티 | 타입 | 설명 | |
---|---|---|---|
remoteUri | string |
메소드 | 설명 | |
---|---|---|
BasicFTPClient ( ) : System | ||
DeleteFile ( string remotePath ) : void | ||
DownloadData ( string remotePath ) : byte[] | ||
DownloadFile ( string remotePath, string fileName ) : void | ||
UploadData ( string remotePath, byte data ) : byte[] | ||
UploadFile ( string remotePath, string fileName ) : byte[] |
메소드 | 설명 | |
---|---|---|
BuildServerUri ( string path ) : |
||
CreateClient ( ) : |
||
CreateEnvironmentVariableNotSetException ( string name ) : |
||
GetCredentials ( ) : |
public DownloadData ( string remotePath ) : byte[] | ||
remotePath | string | |
리턴 | byte[] |
public DownloadFile ( string remotePath, string fileName ) : void | ||
remotePath | string | |
fileName | string | |
리턴 | void |
public UploadData ( string remotePath, byte data ) : byte[] | ||
remotePath | string | |
data | byte | |
리턴 | byte[] |
public UploadFile ( string remotePath, string fileName ) : byte[] | ||
remotePath | string | |
fileName | string | |
리턴 | byte[] |