Skip to content

vehutech/localshare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LocalShare

A simple filesharing server for sharing files between different devices over a shared network written in Rust.

ScreenShot of first slide

Quick Start

  1. Install Rust (if not already installed): Visit rustup.rs
  2. Clone and run:
    git clone <repository-url>
    cd localshare
    cargo run

ScreenShot of second slide

  1. Access the server: Open http://localhost:4000 in your browser
  2. Share with other devices: Scan the QR code or use the displayed IP address (e.g., http://192.108.1.100:4000)

The server will automatically create an uploads/ folder where all shared files are saved. Both devices must be connected to the same WiFi network for file sharing to work.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors