Excluding Local Files from Lists and Transfers

Use the LocalFilterExclude property to set and retrieve the values for excluding local files or folders from transfers and listings. The string values may contain wildcards and you can add multiple filters by separating them with a semicolon.

Syntax

String Object.LocalFilterExclude

Example

MySite.LocalFilterExclude = "*.mp3;*.jpg"

 

If filter causes no file to be transferred, then no folders will be created.