Property | Type | Description | |
---|---|---|---|
remoteUri | string |
Method | Description | |
---|---|---|
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[] |
Method | Description | |
---|---|---|
BuildServerUri ( string path ) : |
||
CreateClient ( ) : |
||
CreateEnvironmentVariableNotSetException ( string name ) : |
||
GetCredentials ( ) : |
public DeleteFile ( string remotePath ) : void | ||
remotePath | string | |
return | void |
public DownloadData ( string remotePath ) : byte[] | ||
remotePath | string | |
return | byte[] |
public DownloadFile ( string remotePath, string fileName ) : void | ||
remotePath | string | |
fileName | string | |
return | void |
public UploadData ( string remotePath, byte data ) : byte[] | ||
remotePath | string | |
data | byte | |
return | byte[] |
public UploadFile ( string remotePath, string fileName ) : byte[] | ||
remotePath | string | |
fileName | string | |
return | byte[] |