Python wsgidav

pip3 install cheroot wsgidav
pip3 install python-pam
# 运行
wsgidav --host=0.0.0.0 --port=80 --root=/tmp --auth=pam-login #linux ,用户名就是linux系统的用户名和密码
wsgidav --host=0.0.0.0 --port=80 --root=d:/tmp --auth=anonymous #windows 

你可能感兴趣的:(Linux,linux,python,运维)