Re: Exclude Multiple Folders from transferlist
@t51: If I understand correctly what you want to achieve, then you have the include and exclude masks reversed.
It should be:
Though the
See https://winscp.net/eng/docs/file_mask#include_exclude
It should be:
*/ | /server/path/one/;/server/path/two/
Though the
*/
is noop, so the idiomatic mask would be:
| /server/path/one/;/server/path/two/
See https://winscp.net/eng/docs/file_mask#include_exclude