Post a reply

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

kalwawi

Re: How to put a multiple Filemask ?

martin wrote:

transferOptions.FileMask = "| sample1/; sample2/";

See https://winscp.net/eng/docs/file_mask#combining

Is it possible to exclude a folder with a same or similar name ?
Example :
I want to remove all folders that has a name backup
Sample Folder Name : Backup1,Backup2,Backup3
And i'd like to Remove all those backup using or calling the Backup folder name only ?
is it that possible?
kalwawi

How to put a multiple Filemask ?

I was wondering if it is possible to exclude 2 folder Example I have 2 folder named sample1 and sample2 i'd like to exclude them both.
transferOptions.FileMask = "*.*|sample1/";