Skip to content

Binabh/teabox-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚠️ Still in development ⚠️

teabox - A simple file hosting server in rust

Accepts file and saves them as files named as the sha256 digest of content. Similar to 0x0.st

Usage

Post a file

curl -F 'file=@yourfile' 127.0.0.1:7878

Get a file

wget <url returned by post request>

About

Simple file sharing server on Rust

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published