10000 GitHub - BiswajitThakur/fs-share: A cross-platform file-sharing CLI application.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

BiswajitThakur/fs-share

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FS-Share

Crates.io downloads

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.

Under Development

Installation

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

Usage

Modes

  • send: Sends files to another user.
  • receive: Receives files and allows sending files back.

Examples

Send Files

fs-share send file1.mkv file2.mp4 ...

Receive and Send Files

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.

Contributing

Contributions are welcome! Feel free to open an issue or submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

A cross-platform file-sharing CLI application.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

0