Synchronise transfer with include mask

Advertisement

samdutton
Joined:
Posts:
1
Location:
London, England

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

Reply with quote

Advertisement

martin
Site Admin
martin avatar
Joined:
Posts:
40,476
Location:
Prague, Czechia

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

Reply with quote

Advertisement

You can post new topics in this forum