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).
How to download and setup go-fastdfs
Open terminal and run command
git clone https://github.com/sjqzhang/go-fastdfs.git
git clone is used to create a copy or clone of go-fastdfs repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with go-fastdfs https://github.com/sjqzhang/go-fastdfs/archive/master.zip
Or simply clone go-fastdfs with SSH
[email protected]:sjqzhang/go-fastdfs.git