Filters

Limit which dropped items and folder contents will be transferred by applying glob-like patterns to each name.

The Name Filter will be matched against the base name of items which are dropped onto DropDat or are contained inside a dropped folder.  Non-matching items will not be transferred.  Filters are only applied to folder contents when Streaming Folders is disabled.  Filters are not applied to the names of sub-folders.

Syntax

The IncludePattern takes the form of a semi-colon separated list of glob-like patterns with similar syntax to the Linux fnmatch function.  They work like typical shell globbing, with the following distinctions:

For example, "*.pdf;*.txt;*.doc" will match only files with the extension PDF, TXT, or DOC.