Re: Exclude files starting with a specific name
You didn't mention batch file until now.
It should be like this then:"get -filemask=*>=today|temp*" ^
Or:"get -filemask=""*>=today | temp*""" ^
See:
https://winscp.net/eng/docs/faq_batch_file#quotes
https://winscp.net/eng/docs/faq_batch_file#newline_escaping
Sorry, I should have mentioned that. Thanks for your suggestions and tried both the variations with same result but your second link on "New-line Escaping" has "get *" ^ in the example. So I tried "get -filemask=*>=today|temp* *" ^ and it finally worked. Thanks for pointing me in the right direction.