Filemask and slashes
Running batch script in Windows. Curious why
Admittedly the documentation does show to use
-filemask=|*/ works but -filemask=|*\ doesn't. The latter appears, at least according to the log that it gobbles up the following space after the backslash acting like an escape character. Is the backslash a legit escape character in WinSCP? Trying to determine if it's CMD or WinSCP treating it this way.
"put -resumesupport=off -filemask=|*/ %chclocal%\*.* %chcremote%"
*/ but my dumb self didn't catch that right away.