# my_file_server **Repository Path**: ingrun/my_file_server ## Basic Information - **Project Name**: my_file_server - **Description**: No description available - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-17 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 简易局域网文件传输服务器 ## 一个简易的http服务器,支持文件的上传下载 ## install ```shell script git clone git@gitee.com:ingrun/my_file_server.git ``` ```shell script pip install -r requirements.txt ``` ```shell python3 app.py ```