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

djhurt1

Filemask and slashes

Running batch script in Windows. Curious why -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%"


Admittedly the documentation does show to use */ but my dumb self didn't catch that right away.