Differences
This shows you the differences between the selected revisions of the page.
2025-01-26 | 2025-01-26 | ||
no summary (174.229.180.93) (hidden) (untrusted) | no summary (174.229.180.93) (hidden) (untrusted) | ||
Line 17: | Line 17: | ||
- | ==== [[quotes]] Command Parameters with Spaces ==== | ||
- | Command parameters that include space(s) have to be surrounded by double-quotes. To use double-quote literally, double it: | ||
- | <code winscp> | ||
- | put "file with spaces and ""quotes"".html" | ||
- | </code> | ||
- | |||
- | Note that when you are specifying commands on [[commandline#scripting|command-line]] using ''/command'', you need to surround each command by double-quote and [[commandline#syntax|escape the in-command double-quotes by doubling them]]. | ||
- | |||
- | To debug the quoting, enable session logging on level //Debug 1// (''[[commandline#logging|/loglevel=1]]''). The log will show how WinSCP understands both your command-line and individual scripting commands. | ||