edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Used for determining which synchronization action should be applied.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
public enum FTPSyncFileAction
Visual Basic
Public Enumeration FTPSyncFileAction
Visual C++
public enum class FTPSyncFileAction

Members

Member nameValueDescription
None0Do nothing.
Download1Download the file.
Upload2Upload the file.
DeleteLocal3Delete the local file.
DeleteRemote4Delete the remote file.

See Also