davserver3
WebDAV server implementation in Python (Python3)
Install
- All systems
-
curl cmd.cat/davserver3.sh
- Debian
-
apt-get install python3-webdav
- Ubuntu
-
apt-get install python3-webdav
- Kali Linux
-
apt-get install python3-webdav
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python3-webdav
- Dockerfile
- dockerfile.run/davserver3
python3-webdav
WebDAV server implementation in Python (Python3)
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 3.