Skip to content

A small server for serving up files that have a fleeting lifecycle.

License

Notifications You must be signed in to change notification settings

PeachFlame/Mayfly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Mayfly

A small server for serving up files that have a fleeting lifecycle.

Goals

Essentially: A python-based web server with command line interface. It's used to send files for one time downloading.

  • place files in a directory and running Mayfly will see those files
  • Mayfly will move them to a proper hosting directory
  • Mayfly will also generate URLs based on a SHA1 hash of the file name
  • spit out the URL on the command line so they can be pasted in an email, message, etc...
  • once the URL was accessed, it would no longer function
  • once the file was downloaded, it would be destroyed
  • might be good to use Bottle as framework

About

A small server for serving up files that have a fleeting lifecycle.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published