Workflow Engine .NET

Assembly: OptimaJet.Workflow.FilesPlugin

Class HelpersRenciSshNet

OptimaJet.Workflow.FilesPlugin.Helpers.HelpersRenciSshNet

public static class HelpersRenciSshNet

Inheritance

  • System.Object

Methods

public static void DownloadDirectory(SftpClient client, string remotePath, string localPath) #

Parameters

Name
Type
Description
client
SftpClient
remotePath
String
localPath
String
public static void DownloadFile(SftpClient sftpClient, string remotePath, string localPath) #

Parameters

Name
Type
Description
sftpClient
SftpClient
remotePath
String
localPath
String
public static void UploadFile(SftpClient sftpClient, string remotePath, string localPath) #

Parameters

Name
Type
Description
sftpClient
SftpClient
remotePath
String
localPath
String
public static void UploadDirectory(SftpClient client, string remotePath, string localPath) #

Parameters

Name
Type
Description
client
SftpClient
remotePath
String
localPath
String