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

文件名乱码,会导致集群内文件同步失败吗? #356

Closed nwpuqyj closed 2 years ago

nwpuqyj commented 2 years ago

上传多种格式的文件,文件名均为??????。上传成功,但查看其他节点日志,同步时除了SyncFileInfo和DownloadFromPeer以外,还报file sum check error

sjqzhang commented 2 years ago

建议使用自动重名命名或对于特殊字符的文件名需进行编码。