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

FTPSyncRulesFileNameFilter Property

File-name filter that controls which files are synchronized.

Definition

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

Property Value

String

Remarks

FileNameFilter may contain multiple strings separated by commas. Each string may be a regular expression (as defined by Regex) or a wildcard string (where ? matches any single character and * matches multiple characters). The type of filter (wildcard or regular expression) may be chosen via the FilterType property. The filter may be used to exclude or include files; this behavior is selected via the [!:ExcludeFilesInFilter] property. By default files in the filter are included. If no filter is defined then all files will be considered.

See Also