-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
天翼云盘Webdav文件删除不成功 #5937
Comments
Thanks for opening your first issue here! Be sure to follow the issue template! |
@foxxorcat |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Hello @, this issue was closed due to inactive more than 52 days. You can reopen or recreate it if you think it should continue. Thank you for your contributions again. |
Please make sure of the following things
I have read the documentation.
我已经阅读了文档。
I'm sure there are no duplicate issues or discussions.
我确定没有重复的issue或讨论。
I'm sure it's due to
AList
and not something else(such as Network ,Dependencies
orOperational
).我确定是
AList
的问题,而不是其他原因(例如网络,依赖
或操作
)。I'm sure this issue is not fixed in the latest version.
我确定这个问题在最新版本中没有被修复。
AList Version / AList 版本
v3.30.0
Driver used / 使用的存储驱动
天翼云盘客户端
Describe the bug / 问题描述
群辉系统使用Cloud Sync同步NAS本地数据到天翼云盘后,删除文件不成功,导致数据同步失败。
Reproduction / 复现链接
1、alistv3 添加"天翼云盘客户端"、"阿里云盘Open"两个驱动。
2、alistv3 开启Webdav,映射到群辉DSM系统后,使用Cloud Sync功能将本地"Photos目录(内含100张照片)"同步到两个云盘相应目录。
3、开启同步,完成全量同步,天翼、阿里均正常,备份目录文件数量与群辉本地一致,共100张照片。
4、新增20个文件,模拟增量同步,天翼、阿里均完成增量同步,备份目录文件数量与群辉本地一致,变成了100+20,共120张。
5、群辉删除20张照片,天翼、阿里均开始删除,并在日志中显示删除20张照片,但是
6、结论,天翼云盘文件删除不成功,导致数据同步失败。
Config / 配置
{
"force": false,
"site_url": "",
"cdn": "",
"jwt_secret": "XXXXXXXX",
"token_expires_in": 48,
"database": {
"type": "sqlite3",
"host": "",
"port": 0,
"user": "",
"password": "",
"name": "",
"db_file": "/volume1/@appdata/alist3/data.db",
"table_prefix": "x_",
"ssl_mode": ""
},
"scheme": {
"address": "0.0.0.0",
"http_port": 5XXX,
"https_port": 5XXX,
"force_https": true,
"cert_file": "/volume1/@appdata/alist3/cert.pem",
"key_file": "/volume1/@appdata/alist3/privkey.pem",
"unix_file": "",
"unix_file_perm": ""
},
"temp_dir": "/volume1/@appdata/alist3/temp",
"bleve_dir": "/volume1/@appdata/alist3/bleve",
"dist_dir": "",
"log": {
"enable": true,
"name": "/volume1/@appdata/alist3/log/log.log",
"max_size": 50,
"max_backups": 30,
"max_age": 28,
"compress": false
},
"delayed_start": 0,
"max_connections": 0,
"tls_insecure_skip_verify": true,
"tasks": {
"download": {
"workers": 5,
"max_retry": 1
},
"transfer": {
"workers": 5,
"max_retry": 2
},
"upload": {
"workers": 5,
"max_retry": 0
},
"copy": {
"workers": 5,
"max_retry": 2
}
},
"cors": {
"allow_origins": [
""
],
"allow_methods": [
""
],
"allow_headers": [
"*"
]
}
}
Logs / 日志
========== alist重启 ============
INFO[2024-01-24 00:12:35] closing db
WARN[2024-01-24 00:12:38] not enable search
[GIN] 2024/01/24 - 00:13:00 | 302 | 59.601µs | 192.168.31.95 | GET "/"
2024/01/24 00:13:00 http: TLS handshake error from 192.168.31.95:64186: remote error: tls: unknown certificate
[GIN] 2024/01/24 - 00:13:00 | 200 | 109.887µs | 192.168.31.95 | GET "/"
2024/01/24 00:13:00 http: TLS handshake error from 192.168.31.95:64190: remote error: tls: unknown certificate
2024/01/24 00:13:00 http: TLS handshake error from 192.168.31.95:64191: remote error: tls: unknown certificate
[GIN] 2024/01/24 - 00:13:00 | 200 | 397.156µs | 192.168.31.95 | GET "/assets/index.15d8d646.css"
[GIN] 2024/01/24 - 00:13:00 | 200 | 39.41747ms | 192.168.31.95 | GET "/assets/index.75e31196.js"
[GIN] 2024/01/24 - 00:13:00 | 200 | 290.211µs | 192.168.31.95 | GET "/assets/entry.282907fc.js"
[GIN] 2024/01/24 - 00:13:00 | 200 | 697.669µs | 192.168.31.95 | GET "/api/public/settings"
[GIN] 2024/01/24 - 00:13:00 | 200 | 475.051µs | 192.168.31.95 | GET "/api/me"
[GIN] 2024/01/24 - 00:13:01 | 200 | 33.867µs | 192.168.31.95 | GET "/assets/index.5ebc718e.js"
[GIN] 2024/01/24 - 00:13:01 | 200 | 30.032µs | 192.168.31.95 | GET "/assets/FolderTree.b79383cd.js"
[GIN] 2024/01/24 - 00:13:01 | 200 | 334.474µs | 192.168.31.95 | GET "/assets/index.b25986ba.js"
[GIN] 2024/01/24 - 00:13:01 | 200 | 492.308µs | 192.168.31.95 | GET "/assets/Layout.445bfbc0.js"
[GIN] 2024/01/24 - 00:13:01 | 200 | 228.866µs | 192.168.31.95 | GET "/assets/index.246bd278.js"
[GIN] 2024/01/24 - 00:13:01 | 200 | 77.033µs | 192.168.31.95 | GET "/api/public/offline_download_tools"
[GIN] 2024/01/24 - 00:13:01 | 200 | 876.386µs | 192.168.31.95 | POST "/api/fs/get"
[GIN] 2024/01/24 - 00:13:01 | 200 | 460.739µs | 192.168.31.95 | POST "/api/fs/list"
[GIN] 2024/01/24 - 00:13:01 | 200 | 316.934µs | 192.168.31.95 | GET "/assets/Folder.b511ba9e.css"
[GIN] 2024/01/24 - 00:13:01 | 200 | 549.079µs | 192.168.31.95 | GET "/assets/Folder.dda42a55.js"
[GIN] 2024/01/24 - 00:13:01 | 200 | 28.62µs | 192.168.31.95 | GET "/assets/index.57bc7eac.js"
[GIN] 2024/01/24 - 00:13:01 | 200 | 252.107µs | 192.168.31.95 | GET "/assets/icon.d23648b5.js"
[GIN] 2024/01/24 - 00:13:01 | 200 | 24.222µs | 192.168.31.95 | GET "/assets/Paginator.8396434e.js"
[GIN] 2024/01/24 - 00:13:01 | 200 | 591.563µs | 192.168.31.95 | GET "/assets/video_box.f7d81af2.js"
[GIN] 2024/01/24 - 00:13:01 | 200 | 57.755µs | 192.168.31.95 | GET "/assets/List.52d0cdb1.js"
========== 开始上传 ============
ERRO[2024-01-24 00:13:21] failed put /06_天翼_10T/01_家庭云/00_Cloud_Sync/00_IPhone备份: unexpected EOF
github.com/alist-org/alist/v3/internal/op.Put
/home/runner/work/alist/alist/internal/op/fs.go:580
github.com/alist-org/alist/v3/internal/fs.putDirectly
/home/runner/work/alist/alist/internal/fs/put.go:70
github.com/alist-org/alist/v3/internal/fs.PutDirectly
/home/runner/work/alist/alist/internal/fs/fs.go:97
github.com/alist-org/alist/v3/server/webdav.(*Handler).handlePut
/home/runner/work/alist/alist/server/webdav/webdav.go:341
github.com/alist-org/alist/v3/server/webdav.(*Handler).ServeHTTP
/home/runner/work/alist/alist/server/webdav/webdav.go:65
github.com/alist-org/alist/v3/server.ServeWebDAV
/home/runner/work/alist/alist/server/webdav.go:46
github.com/gin-gonic/gin.(*Context).Next
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/context.go:174
github.com/alist-org/alist/v3/server.WebDAVAuth
/home/runner/work/alist/alist/server/webdav.go:113
github.com/gin-gonic/gin.(*Context).Next
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/context.go:174
github.com/alist-org/alist/v3/server/middlewares.StoragesLoaded
/home/runner/work/alist/alist/server/middlewares/check.go:14
github.com/gin-gonic/gin.(*Context).Next
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/context.go:174
github.com/gin-gonic/gin.CustomRecoveryWithWriter.func1
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/recovery.go:102
github.com/gin-gonic/gin.(*Context).Next
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/context.go:174
github.com/gin-gonic/gin.LoggerWithConfig.func1
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/logger.go:240
github.com/gin-gonic/gin.(*Context).Next
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/context.go:174
github.com/gin-gonic/gin.(*Engine).handleHTTPRequest
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/gin.go:620
github.com/gin-gonic/gin.(*Engine).ServeHTTP
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/gin.go:576
net/http.serverHandler.ServeHTTP
/opt/hostedtoolcache/go/1.21.5/x64/src/net/http/server.go:2938
net/http.(*conn).serve
/opt/hostedtoolcache/go/1.21.5/x64/src/net/http/server.go:2009
runtime.goexit
/opt/hostedtoolcache/go/1.21.5/x64/src/runtime/asm_amd64.s:1650
ERRO[2024-01-24 00:13:21] PUT /dav/06_天翼_10T/01_家庭云/00_Cloud_Sync/00_IPhone备份/IMG_20240124_001309.JPG unexpected EOF
github.com/alist-org/alist/v3/internal/op.Put
/home/runner/work/alist/alist/internal/op/fs.go:580
github.com/alist-org/alist/v3/internal/fs.putDirectly
/home/runner/work/alist/alist/internal/fs/put.go:70
github.com/alist-org/alist/v3/internal/fs.PutDirectly
/home/runner/work/alist/alist/internal/fs/fs.go:97
github.com/alist-org/alist/v3/server/webdav.(*Handler).handlePut
/home/runner/work/alist/alist/server/webdav/webdav.go:341
github.com/alist-org/alist/v3/server/webdav.(*Handler).ServeHTTP
/home/runner/work/alist/alist/server/webdav/webdav.go:65
github.com/alist-org/alist/v3/server.ServeWebDAV
/home/runner/work/alist/alist/server/webdav.go:46
github.com/gin-gonic/gin.(*Context).Next
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/context.go:174
github.com/alist-org/alist/v3/server.WebDAVAuth
/home/runner/work/alist/alist/server/webdav.go:113
github.com/gin-gonic/gin.(*Context).Next
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/context.go:174
github.com/alist-org/alist/v3/server/middlewares.StoragesLoaded
/home/runner/work/alist/alist/server/middlewares/check.go:14
github.com/gin-gonic/gin.(*Context).Next
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/context.go:174
github.com/gin-gonic/gin.CustomRecoveryWithWriter.func1
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/recovery.go:102
github.com/gin-gonic/gin.(*Context).Next
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/context.go:174
github.com/gin-gonic/gin.LoggerWithConfig.func1
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/logger.go:240
github.com/gin-gonic/gin.(*Context).Next
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/context.go:174
github.com/gin-gonic/gin.(*Engine).handleHTTPRequest
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/gin.go:620
github.com/gin-gonic/gin.(*Engine).ServeHTTP
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/gin.go:576
net/http.serverHandler.ServeHTTP
/opt/hostedtoolcache/go/1.21.5/x64/src/net/http/server.go:2938
net/http.(*conn).serve
/opt/hostedtoolcache/go/1.21.5/x64/src/net/http/server.go:2009
runtime.goexit
/opt/hostedtoolcache/go/1.21.5/x64/src/runtime/asm_amd64.s:1650
[GIN] 2024/01/24 - 00:13:21 | 405 | 878.354795ms | 192.168.31.100 | PUT "/dav/06_天翼_10T/01_家庭云/00_Cloud_Sync/00_IPhone备份/IMG_20240124_001309.JPG"
ERRO[2024-01-24 00:13:22] failed put /01_阿里_ALL/01_阿里_5T/10_增量归档/00_IPhone备份: unexpected EOF
github.com/alist-org/alist/v3/internal/op.Put
/home/runner/work/alist/alist/internal/op/fs.go:580
github.com/alist-org/alist/v3/internal/fs.putDirectly
/home/runner/work/alist/alist/internal/fs/put.go:70
github.com/alist-org/alist/v3/internal/fs.PutDirectly
/home/runner/work/alist/alist/internal/fs/fs.go:97
github.com/alist-org/alist/v3/server/webdav.(*Handler).handlePut
/home/runner/work/alist/alist/server/webdav/webdav.go:341
github.com/alist-org/alist/v3/server/webdav.(*Handler).ServeHTTP
/home/runner/work/alist/alist/server/webdav/webdav.go:65
github.com/alist-org/alist/v3/server.ServeWebDAV
/home/runner/work/alist/alist/server/webdav.go:46
github.com/gin-gonic/gin.(*Context).Next
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/context.go:174
github.com/alist-org/alist/v3/server.WebDAVAuth
/home/runner/work/alist/alist/server/webdav.go:113
github.com/gin-gonic/gin.(*Context).Next
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/context.go:174
github.com/alist-org/alist/v3/server/middlewares.StoragesLoaded
/home/runner/work/alist/alist/server/middlewares/check.go:14
github.com/gin-gonic/gin.(*Context).Next
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/context.go:174
github.com/gin-gonic/gin.CustomRecoveryWithWriter.func1
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/recovery.go:102
github.com/gin-gonic/gin.(*Context).Next
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/context.go:174
github.com/gin-gonic/gin.LoggerWithConfig.func1
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/logger.go:240
github.com/gin-gonic/gin.(*Context).Next
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/context.go:174
github.com/gin-gonic/gin.(*Engine).handleHTTPRequest
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/gin.go:620
github.com/gin-gonic/gin.(*Engine).ServeHTTP
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/gin.go:576
net/http.serverHandler.ServeHTTP
/opt/hostedtoolcache/go/1.21.5/x64/src/net/http/server.go:2938
net/http.(*conn).serve
/opt/hostedtoolcache/go/1.21.5/x64/src/net/http/server.go:2009
runtime.goexit
/opt/hostedtoolcache/go/1.21.5/x64/src/runtime/asm_amd64.s:1650
ERRO[2024-01-24 00:13:22] PUT /dav/01_阿里_ALL/01_阿里_5T/10_增量归档/00_IPhone备份/IMG_20240124_001309.JPG unexpected EOF
github.com/alist-org/alist/v3/internal/op.Put
/home/runner/work/alist/alist/internal/op/fs.go:580
github.com/alist-org/alist/v3/internal/fs.putDirectly
/home/runner/work/alist/alist/internal/fs/put.go:70
github.com/alist-org/alist/v3/internal/fs.PutDirectly
/home/runner/work/alist/alist/internal/fs/fs.go:97
github.com/alist-org/alist/v3/server/webdav.(*Handler).handlePut
/home/runner/work/alist/alist/server/webdav/webdav.go:341
github.com/alist-org/alist/v3/server/webdav.(*Handler).ServeHTTP
/home/runner/work/alist/alist/server/webdav/webdav.go:65
github.com/alist-org/alist/v3/server.ServeWebDAV
/home/runner/work/alist/alist/server/webdav.go:46
github.com/gin-gonic/gin.(*Context).Next
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/context.go:174
github.com/alist-org/alist/v3/server.WebDAVAuth
/home/runner/work/alist/alist/server/webdav.go:113
github.com/gin-gonic/gin.(*Context).Next
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/context.go:174
github.com/alist-org/alist/v3/server/middlewares.StoragesLoaded
/home/runner/work/alist/alist/server/middlewares/check.go:14
github.com/gin-gonic/gin.(*Context).Next
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/context.go:174
github.com/gin-gonic/gin.CustomRecoveryWithWriter.func1
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/recovery.go:102
github.com/gin-gonic/gin.(*Context).Next
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/context.go:174
github.com/gin-gonic/gin.LoggerWithConfig.func1
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/logger.go:240
github.com/gin-gonic/gin.(*Context).Next
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/context.go:174
github.com/gin-gonic/gin.(*Engine).handleHTTPRequest
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/gin.go:620
github.com/gin-gonic/gin.(*Engine).ServeHTTP
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/gin.go:576
net/http.serverHandler.ServeHTTP
/opt/hostedtoolcache/go/1.21.5/x64/src/net/http/server.go:2938
net/http.(*conn).serve
/opt/hostedtoolcache/go/1.21.5/x64/src/net/http/server.go:2009
runtime.goexit
/opt/hostedtoolcache/go/1.21.5/x64/src/runtime/asm_amd64.s:1650
[GIN] 2024/01/24 - 00:13:22 | 405 | 1.061872531s | 192.168.31.100 | PUT "/dav/01_阿里_ALL/01_阿里_5T/10_增量归档/00_IPhone备份/IMG_20240124_001309.JPG"
[GIN] 2024/01/24 - 00:13:22 | 201 | 457.380456ms | 192.168.31.100 | PUT "/dav/01_阿里_ALL/01_阿里_5T/10_增量归档/00_IPhone备份/IMG_20240124_001309.MOV"
[GIN] 2024/01/24 - 00:13:22 | 207 | 238.663µs | 192.168.31.100 | PROPFIND "/dav/01_阿里_ALL/01_阿里_5T/10_增量归档/00_IPhone备份/IMG_20240124_001309.MOV"
ERRO[2024-01-24 00:13:26] failed put /01_阿里_ALL/01_阿里_5T/10_增量归档/00_IPhone备份: unexpected EOF
github.com/alist-org/alist/v3/internal/op.Put
/home/runner/work/alist/alist/internal/op/fs.go:580
github.com/alist-org/alist/v3/internal/fs.putDirectly
/home/runner/work/alist/alist/internal/fs/put.go:70
github.com/alist-org/alist/v3/internal/fs.PutDirectly
/home/runner/work/alist/alist/internal/fs/fs.go:97
github.com/alist-org/alist/v3/server/webdav.(*Handler).handlePut
/home/runner/work/alist/alist/server/webdav/webdav.go:341
github.com/alist-org/alist/v3/server/webdav.(*Handler).ServeHTTP
/home/runner/work/alist/alist/server/webdav/webdav.go:65
github.com/alist-org/alist/v3/server.ServeWebDAV
/home/runner/work/alist/alist/server/webdav.go:46
github.com/gin-gonic/gin.(*Context).Next
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/context.go:174
github.com/alist-org/alist/v3/server.WebDAVAuth
/home/runner/work/alist/alist/server/webdav.go:113
github.com/gin-gonic/gin.(*Context).Next
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/context.go:174
github.com/alist-org/alist/v3/server/middlewares.StoragesLoaded
/home/runner/work/alist/alist/server/middlewares/check.go:14
github.com/gin-gonic/gin.(*Context).Next
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/context.go:174
github.com/gin-gonic/gin.CustomRecoveryWithWriter.func1
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/recovery.go:102
github.com/gin-gonic/gin.(*Context).Next
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/context.go:174
github.com/gin-gonic/gin.LoggerWithConfig.func1
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/logger.go:240
github.com/gin-gonic/gin.(*Context).Next
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/context.go:174
github.com/gin-gonic/gin.(*Engine).handleHTTPRequest
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/gin.go:620
github.com/gin-gonic/gin.(*Engine).ServeHTTP
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/gin.go:576
net/http.serverHandler.ServeHTTP
/opt/hostedtoolcache/go/1.21.5/x64/src/net/http/server.go:2938
net/http.(*conn).serve
/opt/hostedtoolcache/go/1.21.5/x64/src/net/http/server.go:2009
runtime.goexit
/opt/hostedtoolcache/go/1.21.5/x64/src/runtime/asm_amd64.s:1650
ERRO[2024-01-24 00:13:26] PUT /dav/01_阿里_ALL/01_阿里_5T/10_增量归档/00_IPhone备份/IMG_20240124_001310_1.JPG unexpected EOF
github.com/alist-org/alist/v3/internal/op.Put
/home/runner/work/alist/alist/internal/op/fs.go:580
github.com/alist-org/alist/v3/internal/fs.putDirectly
/home/runner/work/alist/alist/internal/fs/put.go:70
github.com/alist-org/alist/v3/internal/fs.PutDirectly
/home/runner/work/alist/alist/internal/fs/fs.go:97
github.com/alist-org/alist/v3/server/webdav.(*Handler).handlePut
/home/runner/work/alist/alist/server/webdav/webdav.go:341
github.com/alist-org/alist/v3/server/webdav.(*Handler).ServeHTTP
/home/runner/work/alist/alist/server/webdav/webdav.go:65
github.com/alist-org/alist/v3/server.ServeWebDAV
/home/runner/work/alist/alist/server/webdav.go:46
github.com/gin-gonic/gin.(*Context).Next
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/context.go:174
github.com/alist-org/alist/v3/server.WebDAVAuth
/home/runner/work/alist/alist/server/webdav.go:113
github.com/gin-gonic/gin.(*Context).Next
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/context.go:174
github.com/alist-org/alist/v3/server/middlewares.StoragesLoaded
/home/runner/work/alist/alist/server/middlewares/check.go:14
github.com/gin-gonic/gin.(*Context).Next
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/context.go:174
github.com/gin-gonic/gin.CustomRecoveryWithWriter.func1
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/recovery.go:102
github.com/gin-gonic/gin.(*Context).Next
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/context.go:174
github.com/gin-gonic/gin.LoggerWithConfig.func1
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/logger.go:240
github.com/gin-gonic/gin.(*Context).Next
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/context.go:174
github.com/gin-gonic/gin.(*Engine).handleHTTPRequest
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/gin.go:620
github.com/gin-gonic/gin.(*Engine).ServeHTTP
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/gin.go:576
net/http.serverHandler.ServeHTTP
/opt/hostedtoolcache/go/1.21.5/x64/src/net/http/server.go:2938
net/http.(*conn).serve
/opt/hostedtoolcache/go/1.21.5/x64/src/net/http/server.go:2009
runtime.goexit
/opt/hostedtoolcache/go/1.21.5/x64/src/runtime/asm_amd64.s:1650
[GIN] 2024/01/24 - 00:13:26 | 405 | 154.731485ms | 192.168.31.100 | PUT "/dav/01_阿里_ALL/01_阿里_5T/10_增量归档/00_IPhone备份/IMG_20240124_001310_1.JPG"
ERRO[2024-01-24 00:13:27] failed put /06_天翼_10T/01_家庭云/00_Cloud_Sync/00_IPhone备份: unexpected EOF
github.com/alist-org/alist/v3/internal/op.Put
/home/runner/work/alist/alist/internal/op/fs.go:580
github.com/alist-org/alist/v3/internal/fs.putDirectly
/home/runner/work/alist/alist/internal/fs/put.go:70
github.com/alist-org/alist/v3/internal/fs.PutDirectly
/home/runner/work/alist/alist/internal/fs/fs.go:97
github.com/alist-org/alist/v3/server/webdav.(*Handler).handlePut
/home/runner/work/alist/alist/server/webdav/webdav.go:341
github.com/alist-org/alist/v3/server/webdav.(*Handler).ServeHTTP
/home/runner/work/alist/alist/server/webdav/webdav.go:65
github.com/alist-org/alist/v3/server.ServeWebDAV
/home/runner/work/alist/alist/server/webdav.go:46
github.com/gin-gonic/gin.(*Context).Next
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/context.go:174
github.com/alist-org/alist/v3/server.WebDAVAuth
/home/runner/work/alist/alist/server/webdav.go:113
github.com/gin-gonic/gin.(*Context).Next
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/context.go:174
github.com/alist-org/alist/v3/server/middlewares.StoragesLoaded
/home/runner/work/alist/alist/server/middlewares/check.go:14
github.com/gin-gonic/gin.(*Context).Next
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/context.go:174
github.com/gin-gonic/gin.CustomRecoveryWithWriter.func1
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/recovery.go:102
github.com/gin-gonic/gin.(*Context).Next
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/context.go:174
github.com/gin-gonic/gin.LoggerWithConfig.func1
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/logger.go:240
github.com/gin-gonic/gin.(*Context).Next
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/context.go:174
github.com/gin-gonic/gin.(*Engine).handleHTTPRequest
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/gin.go:620
github.com/gin-gonic/gin.(*Engine).ServeHTTP
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/gin.go:576
net/http.serverHandler.ServeHTTP
/opt/hostedtoolcache/go/1.21.5/x64/src/net/http/server.go:2938
net/http.(*conn).serve
/opt/hostedtoolcache/go/1.21.5/x64/src/net/http/server.go:2009
runtime.goexit
/opt/hostedtoolcache/go/1.21.5/x64/src/runtime/asm_amd64.s:1650
ERRO[2024-01-24 00:13:27] PUT /dav/06_天翼_10T/01_家庭云/00_Cloud_Sync/00_IPhone备份/IMG_20240124_001310_1.JPG unexpected EOF
github.com/alist-org/alist/v3/internal/op.Put
/home/runner/work/alist/alist/internal/op/fs.go:580
github.com/alist-org/alist/v3/internal/fs.putDirectly
/home/runner/work/alist/alist/internal/fs/put.go:70
github.com/alist-org/alist/v3/internal/fs.PutDirectly
/home/runner/work/alist/alist/internal/fs/fs.go:97
github.com/alist-org/alist/v3/server/webdav.(*Handler).handlePut
/home/runner/work/alist/alist/server/webdav/webdav.go:341
github.com/alist-org/alist/v3/server/webdav.(*Handler).ServeHTTP
/home/runner/work/alist/alist/server/webdav/webdav.go:65
github.com/alist-org/alist/v3/server.ServeWebDAV
/home/runner/work/alist/alist/server/webdav.go:46
github.com/gin-gonic/gin.(*Context).Next
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/context.go:174
github.com/alist-org/alist/v3/server.WebDAVAuth
/home/runner/work/alist/alist/server/webdav.go:113
github.com/gin-gonic/gin.(*Context).Next
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/context.go:174
github.com/alist-org/alist/v3/server/middlewares.StoragesLoaded
/home/runner/work/alist/alist/server/middlewares/check.go:14
github.com/gin-gonic/gin.(*Context).Next
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/context.go:174
github.com/gin-gonic/gin.CustomRecoveryWithWriter.func1
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/recovery.go:102
github.com/gin-gonic/gin.(*Context).Next
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/context.go:174
github.com/gin-gonic/gin.LoggerWithConfig.func1
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/logger.go:240
github.com/gin-gonic/gin.(*Context).Next
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/context.go:174
github.com/gin-gonic/gin.(*Engine).handleHTTPRequest
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/gin.go:620
github.com/gin-gonic/gin.(*Engine).ServeHTTP
/home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/gin.go:576
net/http.serverHandler.ServeHTTP
/opt/hostedtoolcache/go/1.21.5/x64/src/net/http/server.go:2938
net/http.(*conn).serve
/opt/hostedtoolcache/go/1.21.5/x64/src/net/http/server.go:2009
runtime.goexit
/opt/hostedtoolcache/go/1.21.5/x64/src/runtime/asm_amd64.s:1650
[GIN] 2024/01/24 - 00:13:27 | 405 | 400.517799ms | 192.168.31.100 | PUT "/dav/06_天翼_10T/01_家庭云/00_Cloud_Sync/00_IPhone备份/IMG_20240124_001310_1.JPG"
[GIN] 2024/01/24 - 00:13:30 | 201 | 5.068041977s | 192.168.31.100 | PUT "/dav/01_阿里_ALL/01_阿里_5T/10_增量归档/00_IPhone备份/IMG_20240124_001309.JPG"
[GIN] 2024/01/24 - 00:13:30 | 207 | 143.355µs | 192.168.31.100 | PROPFIND "/dav/01_阿里_ALL/01_阿里_5T/10_增量归档/00_IPhone备份/IMG_20240124_001309.JPG"
[GIN] 2024/01/24 - 00:13:30 | 201 | 4.710660473s | 192.168.31.100 | PUT "/dav/01_阿里_ALL/01_阿里_5T/10_增量归档/00_IPhone备份/IMG_20240124_001310.JPG"
[GIN] 2024/01/24 - 00:13:30 | 207 | 139.195µs | 192.168.31.100 | PROPFIND "/dav/01_阿里_ALL/01_阿里_5T/10_增量归档/00_IPhone备份/IMG_20240124_001310.JPG"
[GIN] 2024/01/24 - 00:13:34 | 201 | 6.365693481s | 192.168.31.100 | PUT "/dav/01_阿里_ALL/01_阿里_5T/10_增量归档/00_IPhone备份/IMG_20240124_001311.JPG"
[GIN] 2024/01/24 - 00:13:34 | 207 | 144.49µs | 192.168.31.100 | PROPFIND "/dav/01_阿里_ALL/01_阿里_5T/10_增量归档/00_IPhone备份/IMG_20240124_001311.JPG"
[GIN] 2024/01/24 - 00:13:40 | 201 | 12.914739651s | 192.168.31.100 | PUT "/dav/01_阿里_ALL/01_阿里_5T/10_增量归档/00_IPhone备份/IMG_20240124_001310_1.MOV"
[GIN] 2024/01/24 - 00:13:40 | 207 | 138.22µs | 192.168.31.100 | PROPFIND "/dav/01_阿里_ALL/01_阿里_5T/10_增量归档/00_IPhone备份/IMG_20240124_001310_1.MOV"
[GIN] 2024/01/24 - 00:13:41 | 201 | 15.435632118s | 192.168.31.100 | PUT "/dav/01_阿里_ALL/01_阿里_5T/10_增量归档/00_IPhone备份/IMG_20240124_001310.MOV"
[GIN] 2024/01/24 - 00:13:41 | 207 | 194.993µs | 192.168.31.100 | PROPFIND "/dav/01_阿里_ALL/01_阿里_5T/10_增量归档/00_IPhone备份/IMG_20240124_001310.MOV"
[GIN] 2024/01/24 - 00:13:42 | 201 | 12.481879604s | 192.168.31.100 | PUT "/dav/01_阿里_ALL/01_阿里_5T/10_增量归档/00_IPhone备份/IMG_20240124_001310_1.JPG"
[GIN] 2024/01/24 - 00:13:42 | 207 | 131.337µs | 192.168.31.100 | PROPFIND "/dav/01_阿里_ALL/01_阿里_5T/10_增量归档/00_IPhone备份/IMG_20240124_001310_1.JPG"
[GIN] 2024/01/24 - 00:13:43 | 201 | 12.733045245s | 192.168.31.100 | PUT "/dav/01_阿里_ALL/01_阿里_5T/10_增量归档/00_IPhone备份/IMG_20240124_001311.MOV"
[GIN] 2024/01/24 - 00:13:43 | 207 | 147.498µs | 192.168.31.100 | PROPFIND "/dav/01_阿里_ALL/01_阿里_5T/10_增量归档/00_IPhone备份/IMG_20240124_001311.MOV"
[GIN] 2024/01/24 - 00:13:43 | 201 | 21.370068824s | 192.168.31.100 | PUT "/dav/06_天翼_10T/01_家庭云/00_Cloud_Sync/00_IPhone备份/IMG_20240124_001309.MOV"
[GIN] 2024/01/24 - 00:13:43 | 207 | 133.918µs | 192.168.31.100 | PROPFIND "/dav/06_天翼_10T/01_家庭云/00_Cloud_Sync/00_IPhone备份/IMG_20240124_001309.MOV"
[GIN] 2024/01/24 - 00:13:44 | 201 | 9.865587131s | 192.168.31.100 | PUT "/dav/01_阿里_ALL/01_阿里_5T/10_增量归档/00_IPhone备份/IMG_20240124_001311_2.JPG"
[GIN] 2024/01/24 - 00:13:44 | 207 | 173.765µs | 192.168.31.100 | PROPFIND "/dav/01_阿里_ALL/01_阿里_5T/10_增量归档/00_IPhone备份/IMG_20240124_001311_2.JPG"
[GIN] 2024/01/24 - 00:13:44 | 201 | 12.268328029s | 192.168.31.100 | PUT "/dav/01_阿里_ALL/01_阿里_5T/10_增量归档/00_IPhone备份/IMG_20240124_001311_1.JPG"
[GIN] 2024/01/24 - 00:13:44 | 207 | 194.869µs | 192.168.31.100 | PROPFIND "/dav/01_阿里_ALL/01_阿里_5T/10_增量归档/00_IPhone备份/IMG_20240124_001311_1.JPG"
[GIN] 2024/01/24 - 00:13:45 | 201 | 11.514695621s | 192.168.31.100 | PUT "/dav/01_阿里_ALL/01_阿里_5T/10_增量归档/00_IPhone备份/IMG_20240124_001311_1.MOV"
[GIN] 2024/01/24 - 00:13:45 | 207 | 182.266µs | 192.168.31.100 | PROPFIND "/dav/01_阿里_ALL/01_阿里_5T/10_增量归档/00_IPhone备份/IMG_20240124_001311_1.MOV"
[GIN] 2024/01/24 - 00:13:46 | 201 | 10.373650259s | 192.168.31.100 | PUT "/dav/01_阿里_ALL/01_阿里_5T/10_增量归档/00_IPhone备份/IMG_20240124_001311_2.MOV"
[GIN] 2024/01/24 - 00:13:46 | 207 | 998.376µs | 192.168.31.100 | PROPFIND "/dav/01_阿里_ALL/01_阿里_5T/10_增量归档/00_IPhone备份/IMG_20240124_001311_2.MOV"
[GIN] 2024/01/24 - 00:13:50 | 201 | 9.942005242s | 192.168.31.100 | PUT "/dav/01_阿里_ALL/01_阿里_5T/10_增量归档/00_IPhone备份/IMG_20240124_001312.JPG"
[GIN] 2024/01/24 - 00:13:50 | 207 | 152.129µs | 192.168.31.100 | PROPFIND "/dav/01_阿里_ALL/01_阿里_5T/10_增量归档/00_IPhone备份/IMG_20240124_001312.JPG"
[GIN] 2024/01/24 - 00:13:52 | 201 | 5.097551594s | 192.168.31.100 | PUT "/dav/01_阿里_ALL/01_阿里_5T/10_增量归档/00_IPhone备份/IMG_20240124_001312_2.JPG"
[GIN] 2024/01/24 - 00:13:52 | 207 | 172.043µs | 192.168.31.100 | PROPFIND "/dav/01_阿里_ALL/01_阿里_5T/10_增量归档/00_IPhone备份/IMG_20240124_001312_2.JPG"
[GIN] 2024/01/24 - 00:13:52 | 201 | 8.411168901s | 192.168.31.100 | PUT "/dav/01_阿里_ALL/01_阿里_5T/10_增量归档/00_IPhone备份/IMG_20240124_001312_1.JPG"
[GIN] 2024/01/24 - 00:13:52 | 207 | 164.666µs | 192.168.31.100 | PROPFIND "/dav/01_阿里_ALL/01_阿里_5T/10_增量归档/00_IPhone备份/IMG_20240124_001312_1.JPG"
[GIN] 2024/01/24 - 00:13:55 | 201 | 13.146417239s | 192.168.31.100 | PUT "/dav/01_阿里_ALL/01_阿里_5T/10_增量归档/00_IPhone备份/IMG_20240124_001312.MOV"
[GIN] 2024/01/24 - 00:13:55 | 207 | 188.534µs | 192.168.31.100 | PROPFIND "/dav/01_阿里_ALL/01_阿里_5T/10_增量归档/00_IPhone备份/IMG_20240124_001312.MOV"
[GIN] 2024/01/24 - 00:13:55 | 201 | 10.815330168s | 192.168.31.100 | PUT "/dav/01_阿里_ALL/01_阿里_5T/10_增量归档/00_IPhone备份/IMG_20240124_001312_1.MOV"
[GIN] 2024/01/24 - 00:13:55 | 207 | 288.778µs | 192.168.31.100 | PROPFIND "/dav/01_阿里_ALL/01_阿里_5T/10_增量归档/00_IPhone备份/IMG_20240124_001312_1.MOV"
[GIN] 2024/01/24 - 00:14:00 | 201 | 5.511846114s | 192.168.31.100 | PUT "/dav/01_阿里_ALL/01_阿里_5T/10_增量归档/00_IPhone备份/IMG_20240124_001312_3.JPG"
[GIN] 2024/01/24 - 00:14:00 | 207 | 127.186µs | 192.168.31.100 | PROPFIND "/dav/01_阿里_ALL/01_阿里_5T/10_增量归档/00_IPhone备份/IMG_20240124_001312_3.JPG"
[GIN] 2024/01/24 - 00:14:01 | 201 | 9.557162525s | 192.168.31.100 | PUT "/dav/01_阿里_ALL/01_阿里_5T/10_增量归档/00_IPhone备份/IMG_20240124_001312_2.MOV"
[GIN] 2024/01/24 - 00:14:01 | 207 | 126.333µs | 192.168.31.100 | PROPFIND "/dav/01_阿里_ALL/01_阿里_5T/10_增量归档/00_IPhone备份/IMG_20240124_001312_2.MOV"
[GIN] 2024/01/24 - 00:14:02 | 201 | 32.670899845s | 192.168.31.100 | PUT "/dav/06_天翼_10T/01_家庭云/00_Cloud_Sync/00_IPhone备份/IMG_20240124_001310_1.JPG"
[GIN] 2024/01/24 - 00:14:02 | 207 | 117.434µs | 192.168.31.100 | PROPFIND "/dav/06_天翼_10T/01_家庭云/00_Cloud_Sync/00_IPhone备份/IMG_20240124_001310_1.JPG"
[GIN] 2024/01/24 - 00:14:03 | 201 | 38.334097181s | 192.168.31.100 | PUT "/dav/06_天翼_10T/01_家庭云/00_Cloud_Sync/00_IPhone备份/IMG_20240124_001309.JPG"
[GIN] 2024/01/24 - 00:14:03 | 207 | 131.149µs | 192.168.31.100 | PROPFIND "/dav/06_天翼_10T/01_家庭云/00_Cloud_Sync/00_IPhone备份/IMG_20240124_001309.JPG"
[GIN] 2024/01/24 - 00:14:03 | 201 | 35.330354448s | 192.168.31.100 | PUT "/dav/06_天翼_10T/01_家庭云/00_Cloud_Sync/00_IPhone备份/IMG_20240124_001311.JPG"
[GIN] 2024/01/24 - 00:14:03 | 207 | 129.361µs | 192.168.31.100 | PROPFIND "/dav/06_天翼_10T/01_家庭云/00_Cloud_Sync/00_IPhone备份/IMG_20240124_001311.JPG"
[GIN] 2024/01/24 - 00:14:06 | 201 | 5.548730883s | 192.168.31.100 | PUT "/dav/01_阿里_ALL/01_阿里_5T/10_增量归档/00_IPhone备份/IMG_20240124_001312_3.MOV"
[GIN] 2024/01/24 - 00:14:06 | 207 | 127.145µs | 192.168.31.100 | PROPFIND "/dav/01_阿里_ALL/01_阿里_5T/10_增量归档/00_IPhone备份/IMG_20240124_001312_3.MOV"
[GIN] 2024/01/24 - 00:14:07 | 201 | 33.427496203s | 192.168.31.100 | PUT "/dav/06_天翼_10T/01_家庭云/00_Cloud_Sync/00_IPhone备份/IMG_20240124_001311_2.JPG"
[GIN] 2024/01/24 - 00:14:07 | 207 | 121.286µs | 192.168.31.100 | PROPFIND "/dav/06_天翼_10T/01_家庭云/00_Cloud_Sync/00_IPhone备份/IMG_20240124_001311_2.JPG"
[GIN] 2024/01/24 - 00:14:08 | 201 | 35.85251974s | 192.168.31.100 | PUT "/dav/06_天翼_10T/01_家庭云/00_Cloud_Sync/00_IPhone备份/IMG_20240124_001311_1.JPG"
[GIN] 2024/01/24 - 00:14:08 | 207 | 128.122µs | 192.168.31.100 | PROPFIND "/dav/06_天翼_10T/01_家庭云/00_Cloud_Sync/00_IPhone备份/IMG_20240124_001311_1.JPG"
[GIN] 2024/01/24 - 00:14:10 | 201 | 26.407502767s | 192.168.31.100 | PUT "/dav/06_天翼_10T/01_家庭云/00_Cloud_Sync/00_IPhone备份/IMG_20240124_001312_1.JPG"
[GIN] 2024/01/24 - 00:14:10 | 207 | 138.488µs | 192.168.31.100 | PROPFIND "/dav/06_天翼_10T/01_家庭云/00_Cloud_Sync/00_IPhone备份/IMG_20240124_001312_1.JPG"
[GIN] 2024/01/24 - 00:14:11 | 201 | 45.244625002s | 192.168.31.100 | PUT "/dav/06_天翼_10T/01_家庭云/00_Cloud_Sync/00_IPhone备份/IMG_20240124_001310.JPG"
[GIN] 2024/01/24 - 00:14:11 | 207 | 148.892µs | 192.168.31.100 | PROPFIND "/dav/06_天翼_10T/01_家庭云/00_Cloud_Sync/00_IPhone备份/IMG_20240124_001310.JPG"
[GIN] 2024/01/24 - 00:14:12 | 201 | 30.526800815s | 192.168.31.100 | PUT "/dav/06_天翼_10T/01_家庭云/00_Cloud_Sync/00_IPhone备份/IMG_20240124_001312.JPG"
[GIN] 2024/01/24 - 00:14:12 | 207 | 168.7µs | 192.168.31.100 | PROPFIND "/dav/06_天翼_10T/01_家庭云/00_Cloud_Sync/00_IPhone备份/IMG_20240124_001312.JPG"
[GIN] 2024/01/24 - 00:14:12 | 201 | 46.741432807s | 192.168.31.100 | PUT "/dav/06_天翼_10T/01_家庭云/00_Cloud_Sync/00_IPhone备份/IMG_20240124_001310.MOV"
[GIN] 2024/01/24 - 00:14:12 | 207 | 121.018µs | 192.168.31.100 | PROPFIND "/dav/06_天翼_10T/01_家庭云/00_Cloud_Sync/00_IPhone备份/IMG_20240124_001310.MOV"
[GIN] 2024/01/24 - 00:14:13 | 201 | 22.752339753s | 192.168.31.100 | PUT "/dav/06_天翼_10T/01_家庭云/00_Cloud_Sync/00_IPhone备份/IMG_20240124_001312_2.JPG"
[GIN] 2024/01/24 - 00:14:13 | 207 | 173.951µs | 192.168.31.100 | PROPFIND "/dav/06_天翼_10T/01_家庭云/00_Cloud_Sync/00_IPhone备份/IMG_20240124_001312_2.JPG"
[GIN] 2024/01/24 - 00:14:13 | 201 | 18.212211474s | 192.168.31.100 | PUT "/dav/06_天翼_10T/01_家庭云/00_Cloud_Sync/00_IPhone备份/IMG_20240124_001312_3.JPG"
[GIN] 2024/01/24 - 00:14:13 | 207 | 138.329µs | 192.168.31.100 | PROPFIND "/dav/06_天翼_10T/01_家庭云/00_Cloud_Sync/00_IPhone备份/IMG_20240124_001312_3.JPG"
[GIN] 2024/01/24 - 00:14:14 | 201 | 44.038920422s | 192.168.31.100 | PUT "/dav/06_天翼_10T/01_家庭云/00_Cloud_Sync/00_IPhone备份/IMG_20240124_001311.MOV"
[GIN] 2024/01/24 - 00:14:14 | 207 | 124.39µs | 192.168.31.100 | PROPFIND "/dav/06_天翼_10T/01_家庭云/00_Cloud_Sync/00_IPhone备份/IMG_20240124_001311.MOV"
[GIN] 2024/01/24 - 00:14:15 | 201 | 38.453972007s | 192.168.31.100 | PUT "/dav/06_天翼_10T/01_家庭云/00_Cloud_Sync/00_IPhone备份/IMG_20240124_001311_2.MOV"
[GIN] 2024/01/24 - 00:14:15 | 207 | 123.623µs | 192.168.31.100 | PROPFIND "/dav/06_天翼_10T/01_家庭云/00_Cloud_Sync/00_IPhone备份/IMG_20240124_001311_2.MOV"
[GIN] 2024/01/24 - 00:14:15 | 201 | 48.398886672s | 192.168.31.100 | PUT "/dav/06_天翼_10T/01_家庭云/00_Cloud_Sync/00_IPhone备份/IMG_20240124_001310_1.MOV"
[GIN] 2024/01/24 - 00:14:15 | 207 | 133.485µs | 192.168.31.100 | PROPFIND "/dav/06_天翼_10T/01_家庭云/00_Cloud_Sync/00_IPhone备份/IMG_20240124_001310_1.MOV"
[GIN] 2024/01/24 - 00:14:16 | 201 | 43.571159475s | 192.168.31.100 | PUT "/dav/06_天翼_10T/01_家庭云/00_Cloud_Sync/00_IPhone备份/IMG_20240124_001311_1.MOV"
[GIN] 2024/01/24 - 00:14:16 | 207 | 126.011µs | 192.168.31.100 | PROPFIND "/dav/06_天翼_10T/01_家庭云/00_Cloud_Sync/00_IPhone备份/IMG_20240124_001311_1.MOV"
[GIN] 2024/01/24 - 00:14:16 | 201 | 33.017205342s | 192.168.31.100 | PUT "/dav/06_天翼_10T/01_家庭云/00_Cloud_Sync/00_IPhone备份/IMG_20240124_001312.MOV"
[GIN] 2024/01/24 - 00:14:16 | 207 | 118.652µs | 192.168.31.100 | PROPFIND "/dav/06_天翼_10T/01_家庭云/00_Cloud_Sync/00_IPhone备份/IMG_20240124_001312.MOV"
[GIN] 2024/01/24 - 00:14:17 | 201 | 32.23542591s | 192.168.31.100 | PUT "/dav/06_天翼_10T/01_家庭云/00_Cloud_Sync/00_IPhone备份/IMG_20240124_001312_1.MOV"
[GIN] 2024/01/24 - 00:14:17 | 207 | 119.981µs | 192.168.31.100 | PROPFIND "/dav/06_天翼_10T/01_家庭云/00_Cloud_Sync/00_IPhone备份/IMG_20240124_001312_1.MOV"
[GIN] 2024/01/24 - 00:14:20 | 201 | 18.724757853s | 192.168.31.100 | PUT "/dav/06_天翼_10T/01_家庭云/00_Cloud_Sync/00_IPhone备份/IMG_20240124_001312_3.MOV"
[GIN] 2024/01/24 - 00:14:20 | 207 | 146.831µs | 192.168.31.100 | PROPFIND "/dav/06_天翼_10T/01_家庭云/00_Cloud_Sync/00_IPhone备份/IMG_20240124_001312_3.MOV"
[GIN] 2024/01/24 - 00:14:22 | 201 | 30.16687473s | 192.168.31.100 | PUT "/dav/06_天翼_10T/01_家庭云/00_Cloud_Sync/00_IPhone备份/IMG_20240124_001312_2.MOV"
[GIN] 2024/01/24 - 00:14:22 | 207 | 135.206µs | 192.168.31.100 | PROPFIND "/dav/06_天翼_10T/01_家庭云/00_Cloud_Sync/00_IPhone备份/IMG_20240124_001312_2.MOV"
========== 完成上传【阿里、天翼均完成20文件新增】 ============
[GIN] 2024/01/24 - 00:14:56 | 204 | 54.152508ms | 192.168.31.100 | DELETE "/dav/01_阿里_ALL/01_阿里_5T/10_增量归档/00_IPhone备份/IMG_20240124_001312.JPG"
[GIN] 2024/01/24 - 00:14:56 | 204 | 120.202188ms | 192.168.31.100 | DELETE "/dav/06_天翼_10T/01_家庭云/00_Cloud_Sync/00_IPhone备份/IMG_20240124_001312_1.JPG"
[GIN] 2024/01/24 - 00:14:56 | 204 | 373.43762ms | 192.168.31.100 | DELETE "/dav/06_天翼_10T/01_家庭云/00_Cloud_Sync/00_IPhone备份/IMG_20240124_001312.JPG"
[GIN] 2024/01/24 - 00:14:57 | 204 | 270.484935ms | 192.168.31.100 | DELETE "/dav/01_阿里_ALL/01_阿里_5T/10_增量归档/00_IPhone备份/IMG_20240124_001312.MOV"
[GIN] 2024/01/24 - 00:14:57 | 204 | 369.284752ms | 192.168.31.100 | DELETE "/dav/06_天翼_10T/01_家庭云/00_Cloud_Sync/00_IPhone备份/IMG_20240124_001312.MOV"
[GIN] 2024/01/24 - 00:14:57 | 204 | 118.188276ms | 192.168.31.100 | DELETE "/dav/06_天翼_10T/01_家庭云/00_Cloud_Sync/00_IPhone备份/IMG_20240124_001312_3.MOV"
[GIN] 2024/01/24 - 00:14:57 | 204 | 319.366842ms | 192.168.31.100 | DELETE "/dav/06_天翼_10T/01_家庭云/00_Cloud_Sync/00_IPhone备份/IMG_20240124_001312_2.MOV"
[GIN] 2024/01/24 - 00:14:57 | 204 | 358.197139ms | 192.168.31.100 | DELETE "/dav/06_天翼_10T/01_家庭云/00_Cloud_Sync/00_IPhone备份/IMG_20240124_001312_2.JPG"
[GIN] 2024/01/24 - 00:14:57 | 204 | 398.841586ms | 192.168.31.100 | DELETE "/dav/06_天翼_10T/01_家庭云/00_Cloud_Sync/00_IPhone备份/IMG_20240124_001312_3.JPG"
[GIN] 2024/01/24 - 00:14:57 | 204 | 423.425945ms | 192.168.31.100 | DELETE "/dav/01_阿里_ALL/01_阿里_5T/10_增量归档/00_IPhone备份/IMG_20240124_001312_2.JPG"
[GIN] 2024/01/24 - 00:14:57 | 204 | 622.824115ms | 192.168.31.100 | DELETE "/dav/01_阿里_ALL/01_阿里_5T/10_增量归档/00_IPhone备份/IMG_20240124_001312_1.JPG"
[GIN] 2024/01/24 - 00:14:57 | 204 | 579.771744ms | 192.168.31.100 | DELETE "/dav/01_阿里_ALL/01_阿里_5T/10_增量归档/00_IPhone备份/IMG_20240124_001312_1.MOV"
[GIN] 2024/01/24 - 00:14:57 | 204 | 240.971185ms | 192.168.31.100 | DELETE "/dav/06_天翼_10T/01_家庭云/00_Cloud_Sync/00_IPhone备份/IMG_20240124_001311.MOV"
[GIN] 2024/01/24 - 00:14:57 | 204 | 212.225354ms | 192.168.31.100 | DELETE "/dav/06_天翼_10T/01_家庭云/00_Cloud_Sync/00_IPhone备份/IMG_20240124_001311_1.MOV"
[GIN] 2024/01/24 - 00:14:57 | 204 | 361.055865ms | 192.168.31.100 | DELETE "/dav/06_天翼_10T/01_家庭云/00_Cloud_Sync/00_IPhone备份/IMG_20240124_001311.JPG"
[GIN] 2024/01/24 - 00:14:57 | 204 | 612.716747ms | 192.168.31.100 | DELETE "/dav/01_阿里_ALL/01_阿里_5T/10_增量归档/00_IPhone备份/IMG_20240124_001312_2.MOV"
[GIN] 2024/01/24 - 00:14:57 | 204 | 178.706459ms | 192.168.31.100 | DELETE "/dav/06_天翼_10T/01_家庭云/00_Cloud_Sync/00_IPhone备份/IMG_20240124_001310.JPG"
[GIN] 2024/01/24 - 00:14:57 | 204 | 112.877543ms | 192.168.31.100 | DELETE "/dav/06_天翼_10T/01_家庭云/00_Cloud_Sync/00_IPhone备份/IMG_20240124_001310_1.MOV"
[GIN] 2024/01/24 - 00:14:57 | 204 | 449.408579ms | 192.168.31.100 | DELETE "/dav/06_天翼_10T/01_家庭云/00_Cloud_Sync/00_IPhone备份/IMG_20240124_001311_1.JPG"
[GIN] 2024/01/24 - 00:14:57 | 204 | 706.182839ms | 192.168.31.100 | DELETE "/dav/01_阿里_ALL/01_阿里_5T/10_增量归档/00_IPhone备份/IMG_20240124_001312_3.JPG"
[GIN] 2024/01/24 - 00:14:57 | 204 | 429.993818ms | 192.168.31.100 | DELETE "/dav/06_天翼_10T/01_家庭云/00_Cloud_Sync/00_IPhone备份/IMG_20240124_001311_2.JPG"
[GIN] 2024/01/24 - 00:14:57 | 204 | 361.174233ms | 192.168.31.100 | DELETE "/dav/06_天翼_10T/01_家庭云/00_Cloud_Sync/00_IPhone备份/IMG_20240124_001310_1.JPG"
[GIN] 2024/01/24 - 00:14:58 | 204 | 742.973658ms | 192.168.31.100 | DELETE "/dav/01_阿里_ALL/01_阿里_5T/10_增量归档/00_IPhone备份/IMG_20240124_001311.JPG"
[GIN] 2024/01/24 - 00:14:58 | 204 | 366.556854ms | 192.168.31.100 | DELETE "/dav/06_天翼_10T/01_家庭云/00_Cloud_Sync/00_IPhone备份/IMG_20240124_001309.JPG"
[GIN] 2024/01/24 - 00:14:58 | 204 | 971.433469ms | 192.168.31.100 | DELETE "/dav/01_阿里_ALL/01_阿里_5T/10_增量归档/00_IPhone备份/IMG_20240124_001312_3.MOV"
[GIN] 2024/01/24 - 00:14:58 | 204 | 356.45492ms | 192.168.31.100 | DELETE "/dav/06_天翼_10T/01_家庭云/00_Cloud_Sync/00_IPhone备份/IMG_20240124_001309.MOV"
[GIN] 2024/01/24 - 00:14:58 | 204 | 681.830889ms | 192.168.31.100 | DELETE "/dav/01_阿里_ALL/01_阿里_5T/10_增量归档/00_IPhone备份/IMG_20240124_001310_1.MOV"
[GIN] 2024/01/24 - 00:14:58 | 204 | 1.441666119s | 192.168.31.100 | DELETE "/dav/06_天翼_10T/01_家庭云/00_Cloud_Sync/00_IPhone备份/IMG_20240124_001312_1.MOV"
[GIN] 2024/01/24 - 00:14:58 | 204 | 513.997899ms | 192.168.31.100 | DELETE "/dav/01_阿里_ALL/01_阿里_5T/10_增量归档/00_IPhone备份/IMG_20240124_001309.MOV"
[GIN] 2024/01/24 - 00:14:58 | 204 | 1.051214897s | 192.168.31.100 | DELETE "/dav/01_阿里_ALL/01_阿里_5T/10_增量归档/00_IPhone备份/IMG_20240124_001311.MOV"
[GIN] 2024/01/24 - 00:14:58 | 204 | 1.053223668s | 192.168.31.100 | DELETE "/dav/01_阿里_ALL/01_阿里_5T/10_增量归档/00_IPhone备份/IMG_20240124_001311_1.JPG"
[GIN] 2024/01/24 - 00:14:58 | 204 | 952.153536ms | 192.168.31.100 | DELETE "/dav/01_阿里_ALL/01_阿里_5T/10_增量归档/00_IPhone备份/IMG_20240124_001311_2.MOV"
[GIN] 2024/01/24 - 00:14:58 | 204 | 1.051385587s | 192.168.31.100 | DELETE "/dav/01_阿里_ALL/01_阿里_5T/10_增量归档/00_IPhone备份/IMG_20240124_001311_1.MOV"
[GIN] 2024/01/24 - 00:14:58 | 204 | 1.052402459s | 192.168.31.100 | DELETE "/dav/01_阿里_ALL/01_阿里_5T/10_增量归档/00_IPhone备份/IMG_20240124_001311_2.JPG"
[GIN] 2024/01/24 - 00:14:58 | 204 | 1.066339081s | 192.168.31.100 | DELETE "/dav/01_阿里_ALL/01_阿里_5T/10_增量归档/00_IPhone备份/IMG_20240124_001310.JPG"
[GIN] 2024/01/24 - 00:14:58 | 204 | 986.610352ms | 192.168.31.100 | DELETE "/dav/01_阿里_ALL/01_阿里_5T/10_增量归档/00_IPhone备份/IMG_20240124_001310_1.JPG"
[GIN] 2024/01/24 - 00:14:58 | 204 | 862.364062ms | 192.168.31.100 | DELETE "/dav/01_阿里_ALL/01_阿里_5T/10_增量归档/00_IPhone备份/IMG_20240124_001309.JPG"
[GIN] 2024/01/24 - 00:14:58 | 204 | 1.061859992s | 192.168.31.100 | DELETE "/dav/01_阿里_ALL/01_阿里_5T/10_增量归档/00_IPhone备份/IMG_20240124_001310.MOV"
[GIN] 2024/01/24 - 00:14:58 | 204 | 1.471345056s | 192.168.31.100 | DELETE "/dav/06_天翼_10T/01_家庭云/00_Cloud_Sync/00_IPhone备份/IMG_20240124_001311_2.MOV"
[GIN] 2024/01/24 - 00:14:59 | 204 | 2.388892822s | 192.168.31.100 | DELETE "/dav/06_天翼_10T/01_家庭云/00_Cloud_Sync/00_IPhone备份/IMG_20240124_001310.MOV"
========== 完成删除【阿里完成20个文件删除、天翼只删了13个】 ============
The text was updated successfully, but these errors were encountered: