Share files over Wi-Fi
NOTE: This is a CLI application, for the GUI version please view my other repository https://github.com/NateNoNameSOFT/file_share_gui
This depends on the Rust language so you must install that to use it. Install it from the official website https://www.rust-lang.org/tools/install
To build simply run cargo build
in the directory part you want to build
To run simply run cargo run
in the directory part you want to build
# Clone the repository
git clone https://github.com/NateNoNameSOFT/file_share/
# Install Rust
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
# Build + Run client
cd file_share/client
cargo run
# Build + Run server
cd file_share/server
cargo run
To configure create a Config.toml
file in the directory of which part you want to configure (client/server)
(coming soon)