A cross-platform file-sharing CLI application written in Rust. It enables efficient file transfers between devices using TCP and UDP protocols, with real-time progress tracking for each transfer.
cargo install fs-share
or
git clone https://github.com/BiswajitThakur/fs-share.git
cd fs-share/
cargo build --release
sudo mv ./target/release/fs-share /usr/bin/
fs-share --version
- send: Sends files to another user.
- receive: Receives files and allows sending files back.
fs-share send file1.mkv file2.mp4 ...
fs-share receive file1.mkv file2.mp4 ...
In receive
mode, you can also send files by specifying them after the command, just like in send mode.
Contributions are welcome! Feel free to open an issue or submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.