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
This will prevent false positives (due to e.g. missing quota, server down, etc.)
e.g. the first op from reset_owncloud_account (webdav_delete) for 3 users:
reset_owncloud_account (webdav_delete) for 3 users
curl -X DELETE https://<user>:<password>@<host>/remote.php/webdav/home/<dir> -vvv [...] < HTTP/1.1 500 Internal Server Error < Server: nginx/1.6.2 < Date: Tue, 29 Jun 2021 07:55:10 GMT < Content-Type: text/html < Content-Length: 0 < Connection: keep-alive
The text was updated successfully, but these errors were encountered:
SamuAlfageme
No branches or pull requests
This will prevent false positives (due to e.g. missing quota, server down, etc.)
e.g. the first op from
reset_owncloud_account (webdav_delete) for 3 users
:The text was updated successfully, but these errors were encountered: