edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

The FTPSyncRules type exposes the following members.

Constructors

  NameDescription
Public methodFTPSyncRules
Initializes a new instance of the FTPSyncRules class

Methods

  NameDescription
Public methodClone
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)

Properties

  NameDescription
Public propertyDeleteIfSourceAbsent
When set, this flag will advise that if a file exists on the target but not on the source then that file should be deleted.
Public propertyDirection
Controls the direction of synchronization.
Public propertyFileNameFilter
File-name filter that controls which files are synchronized.
Public propertyFilterCallback
FileFilter callback to be called each time a file is to be filtered.
Public propertyFilterOnServer
Controls whether files are filtered on the client (the default) or on the server. Requires server to support filtering.
Public propertyFilterType
Controls whether the FileNameFilter should be interpreted as a wildcard string or a regular expression.
Public propertyIgnoreCase
Determines whether or not case is ignored when matching file-names.
Public propertyIgnoreDate
Controls whether or not dates are taken into consideration when performing file comparisons.
Public propertyIncludeFilesInFilter
Controls whether the filter is an inclusion-filter or an exclusion-filter.
Public propertyIncludeSubdirectories
When set, this flag will cause files in subdirectories to be included in the synchronization operaton.
Public propertyStopOnError
When set, this flag will cause synchronization to stop when errors occur.
Public propertySyncLocalDateAfterDownload
When set, this flag will cause the control to set the date of the local file to be the same as the remote file after the file has been downloaded.
Public propertyTransferAlways
Causes files to be transferred regardless of date and size.
Public propertyTransferMatchingOnly
If TransferMatchingOnly is set then only files that exist both on the source and target file-systems will be considered.
Public propertyTransferNewOnly
If TransferNewOnly is set then only files that do not exist on the target file-system will be considered.

See Also