The Wayback Machine - https://web.archive.org/web/20201018012531/https://github.com/tedcy/fdfs_client
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

fdfs_client.go

fastdfs go client implement

1 support

upload(UploadByFilename,UploadByBuffer)

download(DownloadToFile,DownloadToBuffer)

delete(DeleteFile)

2 append is not support(limited by fastdfs server)

you can implement append with delete origin && upload new again

3 UploadByFilename realized with sendfile syscall in linux,so UploadByBuffer is depracated

4 realized conn_pool,pool_size control by config file

5 details see client_test.go,good luck ^_^

$ go get github.com/tedcy/fdfs_client

Author

yue.cheng.ted@gmail.com

About

fastdfs go client impl

Topics

Resources

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.