sjqzhang/go-fastdfs

安卓断点续传

CodeBricklayer opened this issue · 2 comments

安卓断点续传的时候,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.

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

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