# file_server **Repository Path**: fengpingy/file_server ## Basic Information - **Project Name**: file_server - **Description**: 基于Python的文件服务器 - **Primary Language**: Python - **License**: CC-BY-4.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2025-11-10 - **Last Updated**: 2025-11-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # file_server #### 介绍 项目是基于Python的简易文件服务器。能以列表的方式展示指定目录的文件和文件夹,同时提供文件下载的功能。 ### 效果图 ![输入图片说明](static/demo3.png) #### 软件架构 Flask架构 #### 使用说明 1. 克隆项目 `git clone https://gitee.com/hityne/file_server.git` 2. 建立Python环境 `pip install -r requirements.txt` 3. 运行 `python app.py /root/files`,其中/root/files替换为需要的路径 4. 访问 `http://127.0.0.1:5000`