The Varigence company brand logo
Products
BimlFlexBimlStudioBimlExpress
Pricing
Solutions
IndustriesUse Cases
Resources
DocumentationKnowledge BaseBlog
About
CompanyContact Us
Products
BimlFlexBimlStudioBimlExpress
Pricing
Solutions
IndustriesUse Cases
Resources
DocumentationKnowledge BaseBlog
About
CompanyContact Us
Schedule Demo
Account
Schedule Demo
Account

Enum FtpTaskOperation

Namespace:
Varigence.Languages.Biml.Task
Assembly:
Biml.dll
C#
    public enum FtpTaskOperation
    
  

Fields

CreateLocalDirectory

Specifies that a directory on the local filesystem should be created.

CreateRemoteDirectory

Specifies that a directory on the remote FTP filesystem should be created.

DeleteLocalDirectory

Specifies that a directory on the local filesystem should be deleted.

DeleteLocalFiles

Specifies that files on the local filesystem should be deleted.

DeleteRemoteDirectory

Specifies that a directory on the remote FTP filesystem should be deleted.

DeleteRemoteFiles

Specifies that files on the remote FTP filesystem should be deleted.

Receive

Specifies that files should be downloaded from the FTP server.

Send

Specifies that files should be uploaded to the FTP server.

© Varigence