# fdfs_client **Repository Path**: lerixhe/fdfs_client ## Basic Information - **Project Name**: fdfs_client - **Description**: fastdfs go client impl - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-25 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #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