Class HelpersRenciSshNet
OptimaJet.Workflow.FilesPlugin.Helpers.HelpersRenciSshNet
Namespace: OptimaJet.Workflow.FilesPlugin.Helpers
public static class HelpersRenciSshNetInheritance
- System.Object
Methods
public static void DownloadDirectory(SftpClient client, string remotePath, string localPath) #Parameters
Name
Type
Description
clientSftpClientremotePathStringlocalPathStringpublic static void DownloadFile(SftpClient sftpClient, string remotePath, string localPath) #Parameters
Name
Type
Description
sftpClientSftpClientremotePathStringlocalPathStringpublic static void UploadFile(SftpClient sftpClient, string remotePath, string localPath) #Parameters
Name
Type
Description
sftpClientSftpClientremotePathStringlocalPathStringpublic static void UploadDirectory(SftpClient client, string remotePath, string localPath) #Parameters
Name
Type
Description
clientSftpClientremotePathStringlocalPathString