Cryptographically secure file transfer CLI tool
Go to file
einisto 32ed133e21 CLI args
* Client: target IP, fileroot (defaults to "./output/", still requires
fixing)

* Server: host port (defaults to 8080), fileroot (defaults to "./data/",
  still requires fixing), buffersize (defaults to 8192/64Kb), local
  (flag to run only locally @localhost)
2022-07-11 21:10:05 +03:00
.github/workflows Initial commit 2022-07-10 22:16:50 +03:00
data Initial commit 2022-07-10 22:16:50 +03:00
output Initial commit 2022-07-10 22:16:50 +03:00
src/bin CLI args 2022-07-11 21:10:05 +03:00
.gitignore Initial commit 2022-07-10 22:16:50 +03:00
Cargo.lock CLI args 2022-07-11 21:10:05 +03:00
Cargo.toml CLI args 2022-07-11 21:10:05 +03:00
LICENSE Initial commit 2022-07-10 22:16:50 +03:00