mholt/caddy-webdav

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

オープン

#24 opened on 2021/08/01

 (4 件のコメント) (0 件のリアクション) (0 人の担当者)Go (37 件のフォーク)github user discovery
help wanted

Repository metrics

Stars
 (316 個のスター)
PR merge metrics
 (30d に merged 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.

コントリビューターガイド