Enum FtpTaskOperation
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. |