-
Notifications
You must be signed in to change notification settings - Fork 43
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
Path with spaces don't get processed correctly #25
Comments
Yes please. This is absolutely necessary. Lots of windows filenames have spaces in them -- it's very common! I can make it work by adding my own quotes, but it should happen automatically. |
I'll definitely accept a PR for this if anyone wants to try it out |
@nickperkinslondon can you see if version 4 fixes your issue? |
It works, but now it brings up the issue of having to escape single and double quotes in file names. I haven't figured out how to do that properly, so for my use case, I just clean the file names before sending them. However, I do think a fully fledged samba client should be able to send those files without a problem. Thanks for your work! |
Wrap the file names and paths with double quotes in
runCommand
so that they get interpreted correctly. The following worked for me:The text was updated successfully, but these errors were encountered: