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.91k stars 745 forks source link

是否完全兼容原版fastdfs的协议和用法 #446

Closed Faputa closed 1 hour ago

Faputa commented 2 hours ago

原版的fastdfs部署太麻烦,想用go-fastdfs替换掉,但是不知道本项目是否完全兼容原版fastdfs的协议和用法

sjqzhang commented 1 hour ago

这个与C版本的fastdfs完全不是一个东西,只是思想上有相似的地方,正是因为C版本的太复杂,为了简化安装运维等才有go-fastdfs,同时也有很多特性是c版本的fastdfs没有的,建议使用前先看一下目档或文档路径中的视频教程。