FileMask to exclude root directory files
Hi,
I can not find any FileMask pattern to exclude from synchronisation all files within root directory.
Currently I have fro exemple
c:\RootDir\text01.txt
c:\RootDir\text02.txt
c:\RootDir\MyFolderActive01\text11.txt
c:\RootDir\MyFolderActive01\text11.log
c:\RootDir\MyFolderActive02\text21.txt
c:\RootDir\MyFolderBackup\text31.txt
And I want to synchronise only Active folder content but not .log file
<FileMask>MyFolderActive01/;MyFolderActive02/|*.log</FileMask>
It works except that winscp synchronized also
c:\RootDir\text01.txt
c:\RootDir\text02.txt
I can not find any FileMask pattern to exclude from synchronisation all files within root directory.
Currently I have fro exemple
c:\RootDir\text01.txt
c:\RootDir\text02.txt
c:\RootDir\MyFolderActive01\text11.txt
c:\RootDir\MyFolderActive01\text11.log
c:\RootDir\MyFolderActive02\text21.txt
c:\RootDir\MyFolderBackup\text31.txt
And I want to synchronise only Active folder content but not .log file
<FileMask>MyFolderActive01/;MyFolderActive02/|*.log</FileMask>
It works except that winscp synchronized also
c:\RootDir\text01.txt
c:\RootDir\text02.txt