abdularis / LAN-Share

Cross platform LAN File transfer application built with Qt C++ framework
GNU General Public License v3.0
535 stars 70 forks source link
appimage cpp cross-platform file-transfer lan-share qt qt5 tcp tcp-client-server udp

Build Status

LAN Share

LAN Share is a cross platform local area network file transfer application, built using Qt GUI framework. It can be used to transfer a whole folder, one or more files, large or small immediatelly without any additional configuration.

Install

You can download the Ubuntu package or linux AppImage or Windows executable from the release page. https://github.com/abdularis/LAN-Share/releases

download the latest version, for example lanshare_1.2.1-1_amd64.deb then open a terminal, navigate to directory where the downloaded package is located and type

$ sudo dpkg -i ./lanshare_1.2.1-1_amd64.deb

simply download the AppImage and run it on all linux distribution

See the github release page or go to Softpedia

Compiling instructions

To compile LANShare you need to install Qt tools, on Debian you can use:

$ sudo apt install qt5-qmake qt5-default

For more information about qmake you can visit this page.

Then you can download the sourcecode with git:

$ git clone https://github.com/abdularis/LAN-Share

and compile with:

$ cd LAN-Share-1.2.1/src
$ qmake -o Makefile LANShare.pro
$ make

Features

Usage

Screenshots

Screenshot 1

Screenshot 2

Screenshot 3

License

GPLv3