Table of Contents

Method Put

Namespace
Tamir.SharpSsh
Assembly
SLSSH.dll

Put(string, string)

Copies the specified file from the server.

public override void Put(string fromFilePath, string toFilePath)

Parameters

fromFilePath string

The file to copy.

toFilePath string

The copied file path.