- Send file/files
- Send folder
- Receive file/files
- Receive folder
- Send/Receive text
- Work on UI(Ratatui, clap etc.)
- Improve error handling
- Sending a folder does not send all the files in the folder
sudo apt install libssl-dev # ssl libraries
sudo apt install mingw-w64 # compiler for generating PE executables rustup target add x86_64-pc-windows-gnu
cargo build --target x86_64-pc-windows-gnu