当前位置: 首页 > 工具软件 > WsgiDAV > 使用案例 >

Python wsgidav

端木高卓
2023-12-01

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 

 类似资料:

相关阅读

相关文章

相关问答