edtFTPnet/Express - Class Reference

FTPSyncRules Members

FTPSyncRules overview

Public Instance Constructors

FTPSyncRules Constructor Initializes a new instance of the FTPSyncRules class.

Public Instance Properties

DeleteIfSourceAbsent 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.
Direction Controls the direction of synchronization.
FileNameFilter File-name filter that controls which files are synchronized.
FilterType Controls whether the FileNameFilter should be interpreted as a wildcard string or a regular expression.
IgnoreDate Controls whether or not dates are taken into consideration when performing file comparisons.
IncludeFilesInFilter Controls whether the filter is an inclusion-filter or an exclusion-filter.
IncludeSubdirectories When set, this flag will cause files in subdirectories to be included in the synchronization operaton.
SyncLocalDateAfterDownload 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.
TransferMatchingOnly If TransferMatchingOnly is set then only files that exist both on the source and target file-systems will be considered.
TransferNewOnly If TransferNewOnly is set then only files that do not exist on the target file-system will be considered.

Public Instance Methods

Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
ToString (inherited from Object) Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

FTPSyncRules Class | EnterpriseDT.Net.Ftp Namespace