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

Ettap

RE: help with filemask

This is what i mean with copying the search from winscp
martin

Re: RE: help with filemask

Ettap wrote:

the real problem here was that filemask does not understand spaces. so if you copy the search from winscp with the ask you need, its going to give you an error

You can use spaces in file mask, if you quote the file mask. Though I do not understand, what you mean by "copy the search".
Ettap

RE: help with filemask

the real problem here was that filemask does not understand spaces. so if you copy the search from winscp with the ask you need, its going to give you an error
martin

Re: RE: help with filemask

That's the correct solution.
Ettap

RE: help with filemask

So i managed to fix this by having two get functions.

first i get the file i want by its self with
-filemask=TK*>1D


and then get the rest of them with
-filemask=*>1D|TK*
Ettap

help with filemask

Hi
i need to get all files created on the day the scrip is run and move them to another place, i need to exclude a file with a name of TK and move it to another folder. i get the files of the day with
-filemask=*>1D
but trying to add a exclude is stumping me at the moment