Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/changsz/share_folder

文件上传、下载服务
https://github.com/changsz/share_folder

Last synced: 23 days ago
JSON representation

文件上传、下载服务

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
```