Home
Softono

Localsend Rs

Open source Rust
62
Stars
4
Forks
0
Issues
5
Watchers
2 years
Last Commit

 About Localsend Rs

[WIP] a cli for localsend.

Platforms

Web Self-hosted

Languages

Rust

Links

Need Help Installing Localsend Rs?

We provide expert installation service for this software. Our team will install, configure, and secure Localsend Rs on your server. plans start at just $30.

Localsend Rs

View on GitHub

localsend-rs

a cli for localsend

the current idea for sending files is to make the server an Arc type in the bin and spawn 2 tokio tasks - one to listen for messages from client and call corresponding methods to send files and another one to do what we do now which is to recv files.

a small todo: use mem::take when ever possible, to avoid clones.

Roadmap

  • receive files
  • send files
  • handle connection reset errors and cancel requests when sending and receiving files
  • progress for sending files
  • pass config from bin to lib
  • config file for device name, default port, etc
  • Support protocol v2
  • fix Illegal SNI hostname received from dart side