-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
scp filenames with spaces doesnt work #1077
Comments
not 100% sure, but it seem |
maybe this is also a symfony-process related problem @nicolas-grekas ? |
I really don't know sorry... |
the minimal repro is
|
Per stackoverflow a solution would be to use double quotes arround the args and escape the spaces http://stackoverflow.com/questions/19858176/how-to-escape-spaces-in-path-during-scp-copy-in-linux
Seems to be the culprit |
#1010 didn't fix it properly |
Description
the copy using scp fails, as arguments are not properly escaped.
Steps to reproduce
copy a directory which contains file, containing a space in the filename with the following task
Output log
The text was updated successfully, but these errors were encountered: