davserver
WebDAV server implementation in Python (Python2)
Install
- All systems
-
curl cmd.cat/davserver.sh
- Debian
-
apt-get install python-webdav
- Ubuntu
-
apt-get install python-webdav
- Kali Linux
-
apt-get install python-webdav
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python-webdav
- Raspbian
-
apt-get install python-webdav
- Dockerfile
- dockerfile.run/davserver
python-webdav
WebDAV server implementation in Python (Python2)
PyWebDAV is a WebDAV server implementation in Python. It's aim is to provide a simple interface to webdav services to any application which needs it. It can be run as a daemon. This package is targeting Python version 2.