https://github.com/changsz/share_folder
文件上传、下载服务
https://github.com/changsz/share_folder
Last synced: 4 months ago
JSON representation
文件上传、下载服务
- Host: GitHub
- URL: https://github.com/changsz/share_folder
- Owner: ChangSZ
- Created: 2023-07-04T14:06:29.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-04T14:26:35.000Z (about 2 years ago)
- Last Synced: 2025-02-05T09:18:24.471Z (5 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# share_folder
## 功能:
- 文件夹在线共享及文件下载
- 文件上传至共享路径下的指定目录
- 通过互联网文件下载链接异步上传文件至指定目录
## WEB-UI:

---
## 使用方法:
1. 设置共享文件夹路径
```python
shared_folder = "/tmp"
```1. 设置对外端口
```python
app.run(port=8888)
```1. 启动服务
```bash
python3 share_folder.py
```