webdavfs icon indicating copy to clipboard operation
webdavfs copied to clipboard

Pyfilesystem low-level driver for WebDAV storages

Results 7 webdavfs issues
Sort by recently updated
recently updated
newest added

When I execute the function `listdir()` to get file list, if there is a path in url, the method will return an extra path name. There is a test directory...

Hello, we would like to use webdavfs to mount our nextcloud in a jupyterlab. Since we do OpenID Connect (OIDC) Auth in Jupyterlab and also in Nextcloud, could one use...

When using `filterdir` or `glob` with a webdav filesystem errors are raised. ``` # works as expected with open_fs("~/Escritorio") as f: print(list(f.filterdir("/", files=["*.pdf"]))) url = "webdavs://[email protected]:443/remote.php/webdav/foo/bar" # "TypeError: expected string...

I am building an RPM for this package, and have a few tests failing with the following ```py [ 66s] ====================================================================== [ 66s] ERROR: setUpClass (webdavfs.tests.test_docker.TestExistDB30) [ 66s] ---------------------------------------------------------------------- [...

Fail against fs 2.0.27 due to improved checks. ``` ============================================================================ FAILURES ============================================================================= ____________________________________________________________________ TestBaseX86.test_getinfo _____________________________________________________________________ self = def test_getinfo(self): # Test special case of root directory # Root directory has...

Call getinfo() on a file resources causes four HTTP requests ``` HEAD some_url PROPFIND some_url HEAD some_url PROPFIND some_url ``` 1) Performing two requests with the same URL does not...

enhancement