edtFTPnet/Free - Open-source FTP component for .NET | Download
Specifies different types of filters.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0

Syntax

C#
public enum FTPFilterType
Visual Basic
Public Enumeration FTPFilterType
Visual C++
public enum class FTPFilterType

Members

Member nameValueDescription
Wildcard0 Wildcard strings use a DOS-like notation where ? matches any single character and * matches multiple characters.
RegularExpression1 Regular expressions are of the kind used in Regex.
Callback2 A [!:FileFilter] callback will be called when a file is to be filtered.

See Also