PathMustHaveRegex
A regular expression that specifies the files to synchronize. The path of a file must match the regular expression, or the file is not retrieved. The connector ignores any files that are excluded by PathCantHaveRegex
.
Type: | Regular expression |
Default: | .*
|
Required: | No |
Configuration Section: | TaskName or FetchTasks or Default |
Example: | PathMustHaveRegex=.*\.txt
|
See Also: | PathCantHaveRegex |