Conversation
fix for SCP upload to Windows 11 Open SSH fails with no such file or directory error hierynomus#929
|
Might be worthwhile adding some tests to prove that this doesn't break things |
|
are we waiting on something specific to review and merge this fix? Seems like a simple fix for a critical issue... |
|
I'm wondering why this change? There are different Escape modes, have you tried the |
I have a related issue open with lots of details but no one has bothered to offer a solution. |
|
Bump. Please fix!
Is this something we can do in our code to work around the issue, or are you referring to how the PR should be coded? |
|
@hierynomus one reason the current code doesn't work is that quoting command-line args with single quotes does not work in the Windows cmd shell (it does work in PowerShell). |
|
I understand your comment about the |
|
@BeauJBurroughs @evilC I have followed the hints given by @hierynomus and closed #929. Take a look at the code snippet at the bottom of that issue (#929 (comment)). |
fix for SCP upload to Windows 11 Open SSH fails with no such file or directory error #929