mholt/caddy-webdav

Every time you use webdav to sync photos, an error will be reported,

开放

#24 创建于 2021年8月1日

 (4 条评论) (0 个反应) (0 位负责人)Go (37 个派生)github user discovery
help wanted

仓库指标

星标
 (316 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

Caddy server is windows 10. The phone uses photosync+webdav to synchronize photos, and an error will be reported every time a photo is synchronized.

Error message: Cannot create a file when that file already exists

Tip: The error log will be output, but it does not affect the use

Caddyfile:

{
	order webdav before file_server
}

:7001 {
	webdav {
		root D:/_data
		prefix /
	}
}

error.log:

{"level":"error","ts":1627832105.3054144,"logger":"http.handlers.webdav","msg":"internal handler error","error":"mkdir D:\\_data\\手机相册\\Screenshots\\2020: Cannot create a file when that file already exists.

贡献者指南