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

atw

Re: Find subdirectories by mask

martin wrote:

That's actually not possible, sorry.


Bad news. Thanks for answer
martin

Re: Find subdirectories by mask

That's actually not possible, sorry.
atw

Forgot to say, WinSCP 5.9.1

Have tryed tonns of masks, for example
*/*222*
*/*/*222*
Atw

Find subdirectories by mask

Hi! Could someone help me?

I have a directory with subdirectories. Every subdirectory has its own subdir with some name (lets name it subSubDir)
I need to find all subSubDirs by part of its name.

E.G:

.../DIR/qwe/subSubDir222xjsac
.../DIR/asd/subSubDir777bvcbh
.../DIR/vcx/subSubDir222zcvdfr
.../DIR/d4f/subSubDir222asdcz
.../DIR/2sz/subSubDir111axsaz
...
I have to find all subSubDirs with "222" in its name.


Thanks