Property | Type | Description | |
---|---|---|---|
Host | string | ||
Password | string | ||
Port | int | ||
Username | string | ||
timeout | int |
Method | Description | |
---|---|---|
Connect ( string Host, int Port, string Username, string Password, int timeout = 10000 ) : void | ||
DownloadFile ( String RemoteFile, String LocalFile = null ) : String | ||
EnsureConnect ( ) : |
||
GetTempFile ( ) : String | ||
RemoteFileSystem ( ) : System | ||
RemoteFileSystem ( string Host, int Port, string Username, string Password, int timeout = 10000 ) : System | ||
TryInitialize ( ) : void | ||
UploadFile ( String RemoteFile, String LocalFile ) : void |
Method | Description | |
---|---|---|
RealPath ( String Path ) : String |
public abstract Connect ( string Host, int Port, string Username, string Password, int timeout = 10000 ) : void | ||
Host | string | |
Port | int | |
Username | string | |
Password | string | |
timeout | int | |
return | void |
public DownloadFile ( String RemoteFile, String LocalFile = null ) : String | ||
RemoteFile | String | |
LocalFile | String | |
return | String |
public RemoteFileSystem ( string Host, int Port, string Username, string Password, int timeout = 10000 ) : System | ||
Host | string | |
Port | int | |
Username | string | |
Password | string | |
timeout | int | |
return | System |
public UploadFile ( String RemoteFile, String LocalFile ) : void | ||
RemoteFile | String | |
LocalFile | String | |
return | void |