• PRODUCTS
  • SUPPORT
  • DOCS
  • PARTNERS
  • COMPANY
  • QUOTE
  • ACCOUNT
  • STORE
QUOTE

Documentation

Support Forums
What can we help you with?
Topics

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