Table of Contents

Method Put

Namespace
Tamir.SharpSsh
Assembly
SLSSH.dll

Put(string, string)

Copies the specified file to the specified directory on the SFTP server.

public abstract void Put(string fromFilePath, string toFilePath)

Parameters

fromFilePath string

The file to copy.

toFilePath string

The directory to which the file should be copied.