We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using webdav programatically with BigCommerce is problematic, so add some helpers.
To handle:
Note that despite what the server says, BigCommerce only supports webdav using HTTP1.1, not 2
The text was updated successfully, but these errors were encountered:
Implement get and check webdav (Issue #98)
b84eaa4
Added creating files via webdav (Issue #98)
56b3ae4
Implement basic folder creation (can only create the last folder, not…
d466a16
… recursive) -- Issue #98
jswift
No branches or pull requests
Using webdav programatically with BigCommerce is problematic, so add some helpers.
To handle:
Note that despite what the server says, BigCommerce only supports webdav using HTTP1.1, not 2
The text was updated successfully, but these errors were encountered: