Re: Does not work either
                If you use an absolute path, it has to be a full path (and in the case of the synchronization, a full path to both local and remote directories). If you want relative, it has to start with a star:
    
See https://winscp.net/eng/docs/file_mask#path
Or in this case, it's the same as if you name the directory only:
    
                
            
        synchronize remote -mirror ... -filemask=|*/voices/ ...
See https://winscp.net/eng/docs/file_mask#path
Or in this case, it's the same as if you name the directory only:
synchronize remote -mirror ... -filemask=|voices/ ...