Skip to content

Ultra simple python http server for local file transferts.

Notifications You must be signed in to change notification settings

centime/yours.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

yours.py

Ultra simple python http server for local file transferts.

Still a proof of concept, but the use case is when you are coding with friends, and you want to share some files. But not everyone has signed for [ Dropbox, Google Docs, Github, whatever ], and for whatsoever reason isn't willing to do so. The same issue stands for [ ssh, ftp, windows_i_don't_know_what_kind_of_nfs, webdav... ].

Looks like a quick and dirty file-sharing python http server could save the day.


Implemented untested features :

  • navigation through directories
  • download of single files
  • upload of multiple files
  • simili version management (files already there are moved and renamed before writing the uploaded file)
  • design
  • ~download multiple files / directories (automatic compression)

Required features :

  • download multiple files / directories (automatic compression)
  • security audit
  • tests
  • get params from cli
  • new directory
  • windows compatibility

About

Ultra simple python http server for local file transferts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages