https://github.com/zhoucheng133/dav-core
https://github.com/zhoucheng133/dav-core
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zhoucheng133/dav-core
- Owner: Zhoucheng133
- License: mit
- Created: 2025-02-13T12:38:23.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-02-16T13:13:37.000Z (3 months ago)
- Last Synced: 2025-02-16T14:34:19.745Z (3 months ago)
- Language: Go
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DAV Core
## 简介

[DAV Server](https://github.com/Zhoucheng133/DAV-Server)的核心组件,由go语言编写
## 属性
`-port` [必须],服务端口
`-path` [必须],分享路径
`-u` [如果没有-p属性可以省略],需要登录的用户名
`-p` [如果没有-u属性可以省略],需要登录的密码