Skip to content
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

Disabling shell-escaping? #81

Open
DuimTechniek opened this issue Dec 9, 2020 · 1 comment
Open

Disabling shell-escaping? #81

DuimTechniek opened this issue Dec 9, 2020 · 1 comment

Comments

@DuimTechniek
Copy link

DuimTechniek commented Dec 9, 2020

I was debugging a problem I had with files not uploading, and in the end it turned out to be an incorrect password.
I had a password with a "$" in it which was escaped to "\\$".
For testing I just disabled the escape entirely by returning the command without escaping and suddenly my files were uploading.

This means that in my specific situation it turned out that the "$" didn't need to be escaped at all.

My question is: is escaping needed at all? And if it is, may I suggest an option to disable escaping? I'd be happy to implement that and make a PR.

@DuimTechniek
Copy link
Author

I see there is already a PR open for almost 2.5 years describing my problem: #70

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant