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

martin

Re: Explicit file mask in automation scripting.

All the file transfer commands (get, put, synchronize, keepuptodate) have -filemask= switch to set file mask.

E.g. for get see:
https://winscp.net/eng/docs/scriptcommand_get
matvgr

Explicit file mask in automation scripting.

Hi All, thanks a lot for winscp.com and for all the support ...
I need to exclude a specific filename of a whole job.
It is in fact "Desktop.ini". I could not find where/how to tell it in the script.
I read the FAQ before (which is well done ...).