PyWebDAV3
PyWebDAV3 copied to clipboard
Port of PyWebDAV to python3, originally from http://code.google.com/p/pywebdav/
I needed a test WebDAV server, so I decided to attempt to use the package, but it appears that this software does not implement the range header properly. The RFC...
When trying to copy a file onto the server from mac, Finder as the client. ## Gives error, creates zero byte file. Exception happened during processing of request from ('',...
``` $ sudo pip install PyWebDAV3 [sudo] password for nick: The directory '/home/nick/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled....
it seems that there is currently no easy way to run pywebdav3 read-only (short of running it as a user w/o write permissions, which on linux afaict requires root privileges)....
Hello, is it possibile to use PyWebDAV as included library in my personal project? I would like to _overwrite_ `FileSystemHandler` in order to serve data read from my personal DB....
Hi, I continue working on this in small steps. pyflakes3 linter is giving me scary warnings. ./pywebdav/lib/davcopy.py:98:17: undefined name 'ms' seems to be a good catch. ``` tchet@quieter:~/git/PyWebDAV3$ pyflakes3 ....
Hi Andrew, as Python 3.12 is scheduled as default Python version in Debian pywebdav will be removed from testing soonish. As at least https://github.com/andrewleech/PyWebDAV3/issues/42 seems to be solved and the...