I use the character "+" as prefix to mark (for myself) files or folders as "should not stay on the server permanently, it's character is volatile, they are sketches, examples".
These files or folders are right in the middle of the structure of my files.
Of course there are other ways to mark such files inside the names. May be with a postfix:
But I prefer the prefix "+".
Sometimes I upload some of these files for a friend.
When I synchronize, they should be deleted.
But how can I configure BC in a way, that it will delete those files automatically?
To exclude files/folders of that pattern inside the filter configuration does not solve the task, of course.
Thanks for your help.
Code:
+foo.html /+sketches/+bar.html
Of course there are other ways to mark such files inside the names. May be with a postfix:
Code:
foo.tmp.html /sketches_tmp/bar_tmp.html
Sometimes I upload some of these files for a friend.
When I synchronize, they should be deleted.
But how can I configure BC in a way, that it will delete those files automatically?
To exclude files/folders of that pattern inside the filter configuration does not solve the task, of course.
Thanks for your help.
Comment