Differences
This shows you the differences between the selected revisions of the page.
2020-03-03 | 2021-01-06 | ||
correcting link (martin) | Subfolders with All Files Excluded (martin) | ||
Line 86: | Line 86: | ||
===== [[exceptions]] Exceptions ===== | ===== [[exceptions]] Exceptions ===== | ||
For convenience, mask ''*.*'' is an exception matching any file or directory, even if its name does not include any dot. On the contrary, mask ''*.'' matches any file or directory without an extension. | For convenience, mask ''*.*'' is an exception matching any file or directory, even if its name does not include any dot. On the contrary, mask ''*.'' matches any file or directory without an extension. | ||
+ | |||
+ | ===== [[emptysubfolder]] Subfolders with All Files Excluded ===== | ||
+ | Excluding all files within a subfolder from transfer or synchronization does not exclude the subfolder itself. As a result an empty subfolder is created in the target. To prevent that, use the [[ui_transfer_custom#other|//Exclude empty directories// transfer setting]]. In [[scripting]] or [[library|.NET assembly]], use the [[rawtransfersettings#excludeemptydirectories|''ExcludeEmptyDirectories'' raw transfer setting]]. |