Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

Re: Synchronise transfer with include mask

If foo and test does not have subdirectories, then mask is:
*/foo/;*/foo/*.css;*/foo/*.tt;*/footest/;*/footest/*.css;*/footest/*.tt
samdutton

Synchronise transfer with include mask

I'm using WinSCP 382 build 330 on Windows XP.

I want to synchronise using an include mask, only transferring updated files in certain directories (*.css and *.tt files in my foo and footest directories).

I've tried various combinations for include masks, but can't seem to get the result I want. When I select Synchronise... with Preview changes selected, I would expect to see only updated files in the Synchronisation checklist -- the list of directories and files there doesn't make sense to me.

I've tried the following include masks:
*/;*.css;*.tt;
*/foo/*.*;*/footest/*.*;
C:\src\contentserver\foo\*.*

Thanks for WinSCP, by the way, we love it.

Sam Dutton