Workflow Engine .NET

Assembly: OptimaJet.Workflow.FilesPlugin

Class MyFTP

OptimaJet.Workflow.FilesPlugin.SFTPProvider.MyFTP

public class MyFTP

Inheritance

  • System.Object

Methods

public void FileDownload(string remotePath, string localPath) #

Parameters

Name
Type
Description
remotePath
String
localPath
String
public void FileUpload(string remotePath, string localPath) #

Parameters

Name
Type
Description
remotePath
String
localPath
String
public void DirectoryDownload(string remotePath, string localPath) #

Parameters

Name
Type
Description
remotePath
String
localPath
String
public void DirectoryUpload(string remotePath, string localPath) #

Parameters

Name
Type
Description
remotePath
String
localPath
String

Fields

public int PortDefault #
public Protocols Protocol #
public string Username #
public string Password #
public int Port #
public string Host #