Table of Contents

Method Get

Namespace
Tamir.SharpSsh
Assembly
SLSSH.dll

Get(string, string)

Copies the specified file from the SFTP server to the specified destination directory.

public abstract void Get(string fromFilePath, string toFilePath)

Parameters

fromFilePath string

The file to retrieve.

toFilePath string

The destination directory.