WinSCP.com does not parse \" escapes in the command line
Most Windows programs understand a double quote that's escaped either by doubling it ("") or by using a backslash (\"). That's what CommandLineToArgvW understands, which is used by most standard libraries on Windows.
It seems likely that WinSCP parses the command line entirely by itself, thus introducing an incompatibility with this standard. It understands "" but not \". Can support for \" be added please?
Here's an example of a command that WinSCP can't parse:
It seems likely that WinSCP parses the command line entirely by itself, thus introducing an incompatibility with this standard. It understands "" but not \". Can support for \" be added please?
Here's an example of a command that WinSCP can't parse:
WinSCP.com /command "open sftp://.... -hostkey=\"ssh-dss 1024 aa:bb:..:88:99\"" exit