Method | Description | |
---|---|---|
Connect ( string host, int serverPort, string userName, string password ) : void | ||
Dispose ( ) : void | ||
GetFiles ( string remotePath, string localDir, string fileExtension, System.TimeSpan cutOff ) : void |
public Connect ( string host, int serverPort, string userName, string password ) : void | ||
host | string | |
serverPort | int | |
userName | string | |
password | string | |
return | void |
public GetFiles ( string remotePath, string localDir, string fileExtension, System.TimeSpan cutOff ) : void | ||
remotePath | string | |
localDir | string | |
fileExtension | string | |
cutOff | System.TimeSpan | |
return | void |