Thumbcloud is a file-sharing server to replace your USB thumbdrive
I don't intend to maintain this project. It's been a couple of years and I no longer work with rust on a regular basis.
Sharing files via a USB thumbdrive is not optimal:
Thumbcloud is my attempt to create an application to share files with friends and collegues, on the same network. Moreover, they don't need to install any additional software (all they need is a webbrowser).
Disclaimer: The software is still in early development and misses some features. Furthermore, there are few bugs and maybe even security flaws. In a nutshell, you shouldn't use the software on an untrusted network nor with sensitive data, but feel free to try it out.
Just download the latest release and unpack it.
Warning: Windows and macOS might warn you because the binaries are not singed. Feel to free ignore those warnings.
cargo build --release
.\target\release\thumbcloud.exe $HOME --open
.\target\release\thumbcloud.exe %HOMEPATH% --open
./target/release/thumbcloud $HOME --open
.\thumbcloud.exe %HOMEPATH% --open
.\thumbcloud.exe $HOME --open
./thumbcloud $HOME --open
USAGE:
thumbcloud [FLAGS] [OPTIONS] <INPUT>
FLAGS:
-h, --help Prints help information
--open Opens thumbcloud in the default webbrowser
--simple-icons Gives all files the same icons (improves performance)
-V, --version Prints version information
OPTIONS:
-a, --addr <address> Sets the IP address and port the server will launch
-n, --name <name> Sets a custom servername
ARGS:
<INPUT> Sets the path thumbcloud will share
Check out CONTRIBUTING.md for more information.