sjqzhang / go-fastdfs

go-fastdfs 是一个简单的分布式文件系统(私有云存储),具有无中心、高性能,高可靠,免维护等优点,支持断点续传,分块上传,小文件合并,自动同步,自动修复。Go-fastdfs is a simple distributed file system (private cloud storage), with no center, high performance, high reliability, maintenance free and other advantages, support breakpoint continuation, block upload, small file merge, automatic synchronization, automatic repair.(similar fastdfs).
https://gitee.com/sjqzhang/go-fastdfs
The Unlicense
3.94k stars 747 forks source link

安卓断点续传 #411

Closed CodeBricklayer closed 1 year ago

CodeBricklayer commented 1 year ago

安卓断点续传的时候,go-fastdfs日志日志如下

2023-07-10 13:23:15 [ERR] [init.go:182] [github.com/sjqzhang/go-fastdfs/server.(Server).initTus.func4] leveldb: not found 2023-07-10 13:23:15 [ERR] [init.go:220] [github.com/sjqzhang/go-fastdfs/server.(Server).initTus.func4] rename files/_big/3/0490d8282bbb63cefeb0492f5e5f00b0.bin files/default/20230710/13/23/3/2023-07-10 13:23:12.amr: The filename, directory name, or volume label syntax is incorrect.

CodeBricklayer commented 1 year ago

请问这个是因为什么导致的呢,我看具体的这个bin文件是存在的,后面这个文件夹也是存在的 1688967073465

CodeBricklayer commented 1 year ago

原因是因为window文件名不支持:导致,问题已解决