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
The file specified in fromFilePath will not be automatically enclosed in double quotes if it does not contain a space. (RN 14337)
Exceptions
- SshTransferException
fromFilePathis not a directory.