Skip to main content

Enum FtpTaskOperation

Namespace: Varigence.Languages.Biml.Task

Assembly: Biml.dll

C#


public enum FtpTaskOperation

Fields

FieldsDescription
CreateLocalDirectorySpecifies that a directory on the local filesystem should be created.
CreateRemoteDirectorySpecifies that a directory on the remote FTP filesystem should be created.
DeleteLocalDirectorySpecifies that a directory on the local filesystem should be deleted.
DeleteLocalFilesSpecifies that files on the local filesystem should be deleted.
DeleteRemoteDirectorySpecifies that a directory on the remote FTP filesystem should be deleted.
DeleteRemoteFilesSpecifies that files on the remote FTP filesystem should be deleted.
ReceiveSpecifies that files should be downloaded from the FTP server.
SendSpecifies that files should be uploaded to the FTP server.