Table of Contents

Method Get

Namespace
Tamir.SharpSsh
Assembly
SLSSH.dll

Get(string, string)

Copies the specified file from the server to the specified folder.

public override void Get(string fromFilePath, string toFilePath)

Parameters

fromFilePath string

The file to copy.

toFilePath string

The name of the local copy.

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.