edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Click or drag to resize

FTPSyncFileAction Enumeration

Used for determining which synchronization action should be applied.

Namespace:  EnterpriseDT.Net.Ftp
Assembly:  edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.3.0.0
Syntax
public enum FTPSyncFileAction
Members
  Member nameValueDescription
None0Do nothing.
Download1Download the file.
Upload2Upload the file.
DeleteLocal3Delete the local file.
DeleteRemote4Delete the remote file.
See Also