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

Sorry, that's not possible.
tsekka

Hi,

Yeah I can do that, but I have many different projects with same schema but with different projecName.

So I was hoping I can use the same "Transfer setting preset" for each one of them. But it appears there must be separate preset for each project.

Anyways, thanks for reply :)
martin

Re: Mask for single folder with any name

Just use an absolute path:
| /full/path/public_html/projectName/vendor/
Or use a wildcard path like:
| */public_html/projectName/vendor/
See https://winscp.net/eng/docs/file_mask#path
tsekka

Mask for single folder with any name

Hi
Is it possible to specify a mask where wildcard is for single folder only (not any number of folders)?

I'm trying to make a sync preset to accomplish this:
../public_html/projectName/vendor
- this vendor folder (in project's root) will be excluded and
../public_html/projectName/resources/views/vendor
- vendor folders in other directories will be not excluded.

Sorry if this is covered in documentation, but i was not able to find it.
Thanks.