SFTPFilePair.

SFTPFilePair(string, string) Constructor

Summary

The constructor
Assembly
Cake.SFTP.dll
Namespace
Cake.SFTP
Containing Type
SFTPFilePair

Syntax

public SFTPFilePair(string localFilePath, string remoteFilePath)

Parameters

Name Type Description
localFilePath string The local path of the file
remoteFilePath string The SFTP server path of the file

Return Value

Type Description
void