Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/changsz/share_folder
文件上传、下载服务
https://github.com/changsz/share_folder
Last synced: 23 days ago
JSON representation
文件上传、下载服务
- Host: GitHub
- URL: https://github.com/changsz/share_folder
- Owner: ChangSZ
- Created: 2023-07-04T14:06:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-04T14:26:35.000Z (over 1 year ago)
- Last Synced: 2023-07-04T15:28:12.512Z (over 1 year ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# share_folder
## 功能:
- 文件夹在线共享及文件下载
- 文件上传至共享路径下的指定目录
- 通过互联网文件下载链接异步上传文件至指定目录
## WEB-UI:
![image](https://github.com/ChangSZ/share_folder/assets/26893331/57065eff-f953-4293-9be1-f7a65d9ac021)
---
## 使用方法:
1. 设置共享文件夹路径
```python
shared_folder = "/tmp"
```1. 设置对外端口
```python
app.run(port=8888)
```1. 启动服务
```bash
python3 share_folder.py
```