-
-
Notifications
You must be signed in to change notification settings - Fork 148
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
.exists
error on exists dir
#289
Comments
Related > await client.createDirectory('/a/b/c/d', { recursive: true })
400 Bad Request
> await client.createDirectory('/a/b/c/d/', { recursive: true })
400 Bad Request |
@loynoir Unfortunately if the tests are checking this exact thing, and they're passing, there's nothing I can do with this information. If you're interested in helping address your issue in this repo please consider adding a PR with failing tests. |
Alternatively perhaps there could be some relation to #290, but who knows. |
Tested on docker image bytemark/webdav, which is apache server with webdav config |
The text was updated successfully, but these errors were encountered: