flysystem-webdav
flysystem-webdav copied to clipboard
[READ ONLY] WebDAV adapter for Flysystem
- Add Checksum - Fixed Code Vars Type for Linter
dropped php < 7.2 add travis test for php 8.0
By WebDAV specification DELETE method to collection resource (directory) should be ended with slash.
I am testing a webdav implementation with Nginx on Debian 10. I have encountered an error trying to list the contents of a directory. The problem is that in the...
Old servers sometimes return `{DAV:}getlastmodified` using old abbreviations. The function `strtotime` returns false in this cases. This pull request fixes this problem, removing the timezone from the string if it...
RFC: https://tools.ietf.org/html/rfc4918#section-9.3