-
Notifications
You must be signed in to change notification settings - Fork 610
Update ScpCommandLine.java #990
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
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 |
fix for SCP upload to Windows 11 Open SSH fails with no such file or directory error #929