Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
LAN Share is a cross-platform application for transferring files over a local area network. Built with the Qt GUI framework, it enables seamless transfer of files or folders, large or small, without additional configuration.
Installation
Download the latest version from the releases page.
Ubuntu/Debian (.deb)
- Download the
.debpackage (e.g.,lanshare_1.2.1-1_amd64.deb). - Open a terminal and navigate to the download directory.
- Run:
sudo dpkg -i ./lanshare_1.2.1-1_amd64.deb
Arch Linux (AUR)
- Download the PKGBUILD.
- In a terminal, run:
Or, with an AUR helper:
makepkg -siyay -S lan-share-bin
Linux (AppImage)
- Download the AppImage.
- Make it executable:
chmod +x ./LANShare.AppImage - Run the AppImage directly.
Windows
Download the executable from the releases page or Softpedia.
Compiling from Source
Prerequisites
Install Qt tools. For Debian-based systems:
sudo apt install qt5-qmake qt5-default
Learn more about qmake here.
Steps
- Clone the repository:
git clone https://github.com/abdularis/LAN-Share - Navigate to the source directory:
cd LAN-Share-1.2.1/src - Compile:
qmake -o Makefile LANShare.pro make
Features
- Transfer single or multiple files
- Send entire folders
- Support for multiple simultaneous receivers
- Pause, resume, or cancel transfers
Usage
- Ensure both sender and receiver are connected to the same local network (wired or wireless).
- Launch LAN Share on both devices.
- On the sender’s device:
- Click Send and choose files or folders.
- Select the receiver in the Select Receiver dialog.
- Click Send to start the transfer.
- The receiver automatically accepts the files or folders.
Screenshots
License
GPLv3


