Issue activity log
2009-07-29 09:44 | Created | Allow single quotes for enclosing parameters with spaces |
Component | Scripting | |
Severity | Enhancement | |
Priority | High | |
Comment | https://winscp.net/forum/viewtopic.php?t=7148 | |
2009-08-05 22:54 | Summary | Allow singleEscaping of quotes for enclosing parameters with spaceson command line |
Comment | Changing solution to different implementation of command line parsing: Double double-quote is treated as a single double-quote within value of command-line parameter. So to use double-quote inside script command passed on command line, do: winscp /command "put ""c:\file with spaces.dat""" |
|
2009-08-05 22:55 | Status | RESOLVED |
Implemented in | 4.2.3 | |
Resolution | FIXED | |
2009-10-03 09:43 | Comment | Also see Issue #494. |
2019-09-26 16:16 | Comment | https://winscp.net/eng/docs/commandline#syntax https://winscp.net/eng/docs/scripting#quotes |