# file_server **Repository Path**: Apale7/file_server ## Basic Information - **Project Name**: file_server - **Description**: a file_server for upload and download - **Primary Language**: Go - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-02-10 - **Last Updated**: 2021-12-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # File Server + 如仓库名,是一个文件服务器 + 支持http上传、下载文件,并返回文件的url + 向同一路径多次上传将覆盖旧文件 ## TODO + 对上传的文件,计算md5,以md5为key查看Redis中是否存在。 + 不存在则存储文件, 并set key url + 存在则对此文件创建一个软连接 + 支持文件的增量修改 ## run ``` build.sh output/fs.out ```