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

FTPSyncRulesIncludeFilesInFilter Property

Controls whether the filter is an inclusion-filter or an exclusion-filter.

Definition

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public bool IncludeFilesInFilter { get; set; }

Property Value

Boolean

Remarks

If IncludeFilesInFilter is true (the default) then only the files that match the filter (if there is one) will be synchronized. Otherwise only those that don't match it will be synchronized.

See Also