CyberKiko FTPSync 2.9 & 2.10 Documentation

ExcludeDir Parameter

ExcludeDir [optional]: list of directories that will not be transferred (none by default). Wildcards are supported. Entries must be separated with semicolon.

 

Example: ExcludeDir=_*;private*

 

To determine which directories to include/exclude, FTPSync first checks IncludeDir parameter and then apply ExcludeDir parameter. Thus, directories that are specified in IncludeDir AND NOT specified in ExcludeDir are transferred.

 

Nested directories are supported, with following limitations:

  • wildcards are not supported

  • proper delimiter must be used (/ for FTP servers, \ for file system)

 

Example: ExcludeDir=debug/bin

 

will exclude bin directory, that is child of debug directory, but not bin directory, that is child of other directories, e.g. release/bin.

Created with DrExplain
Unregistered version

Copyright © 2006-2021 Kristof Gajsek. All Rights Reserved.