Method Get
Get(string, string)
Copies the specified file from the server to the specified folder.
public override void Get(string fromFilePath, string toFilePath)
Parameters
Remarks
From DataMiner 9.0.4 (RN 14337) onwards, the file specified in fromFilePath is no longer automatically enclosed in double quotes if it does not contain a space.
Exceptions
- SshTransferException
fromFilePath
is not a directory.