Binabh / teabox-server

Simple file sharing server on Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

⚠️ 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

License:MIT License


Languages

Language:Rust 92.9%Language:HTML 7.1%