Skip to content

blahgeek/personal-file-sharing-center

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web文件分享

类似SimpleHTTPServer的web文件分享页面,但是:

  • 可以配置很多个文件夹(类似Dropbox的分享)
  • 更好的UI
  • 支持上传(可选)
  • 支持下载所有文件(ZIP)

使用:

使用web.py写的,直接运行python index.py [port]运行网页服务器。

之后,为了编辑分享的文件夹列表,使用了sqliteboy编辑,运行python sqliteboy.py main.db [PORT], 在web页面上插入要分享的文件夹的名字、路径和是否可以上传。

About

A simple web APP for shareing files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 61.9%
  • CSS 24.3%
  • JavaScript 13.8%