edtFTPnet/Express - Class Reference

FTPSyncAction Enumeration

Actions that may be taken in order to synchronize a local file with a remote file.

public enum FTPSyncAction

Members

Member Name Description
None No action required.
Upload Upload the local file to the server.
Download Download the remote file from the server.
Delete Delete the file (either local or remote).

Requirements

Namespace: EnterpriseDT.Net.Ftp.Forms

Assembly: edtFTPnetEx (in edtFTPnetEx.dll)

See Also

EnterpriseDT.Net.Ftp.Forms Namespace