Re: get command - want to ignore subfolders
Remove the space:
Or if you need spaces eventually, quote the parameter:
See https://winscp.net/eng/docs/commandline#syntax
"get *.* -filemask=|*/hold/ -delete"
Or if you need spaces eventually, quote the parameter:
"get *.* -filemask=""| */hold/"" -delete"
See https://winscp.net/eng/docs/commandline#syntax