FTPSyncRules Class |
Namespace: EnterpriseDT.Net.Ftp
The FTPSyncRules type exposes the following members.
| Name | Description | |
|---|---|---|
| FTPSyncRules | Initializes a new instance of the FTPSyncRules class |
| Name | Description | |
|---|---|---|
| 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.
| |
| FilterCallback |
FileFilter callback to be called each time a file is to be filtered.
| |
| FilterOnServer |
Controls whether files are filtered on the client (the default) or on the server.
Requires server to support filtering.
| |
| FilterType |
Controls whether the FileNameFilter should be interpreted as a wildcard string
or a regular expression.
| |
| IgnoreCase |
Determines whether or not case is ignored when matching file-names.
| |
| 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.
| |
| StopOnError |
When set, this flag will cause synchronization to stop when errors occur.
| |
| 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.
| |
| TransferAlways |
Causes files to be transferred regardless of date and size.
| |
| 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.
|
| Name | Description | |
|---|---|---|
| Clone | ||
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |