# FileServerAndClient **Repository Path**: hsy577/FileServerAndClient ## Basic Information - **Project Name**: FileServerAndClient - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-20 - **Last Updated**: 2021-11-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 文件上传下载 #### 使用说明 1. 已经将文件服务器部署到阿里云上,阿里云ip :59.110.155.222 端口:8081 文件上传接口:http://59.110.155.222:8081/upload 文件下载接口:"http://59.110.155.222:8081/download/"+uuid 获取文件信息接口:"http://59.110.155.222:8081/get/"+uuid 2. 客户端在代码的/src/test/java/Client中