saspi / LAN-Share

LAN File transfer with C++ Qt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Icon

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 Windows executable from the release page. https://github.com/abdularis/LAN-Share/releases

  • On Ubuntu

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

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

Features

  • Send one or more files
  • Send folder
  • Send to multiple receiver at the same time
  • Cancel, pause and resume operations while transfering

Usage

  • Computer has to be connected to a local area network (wired or wireless)
  • Run the application in both sender and receiver
  • Send the file/folder by, select Send (files or folder) then -> select receiver in the 'Select Receiver' dialog, finally click 'Send'
  • File/folder would automatically received by the receiver

Screenshot 1

Screenshot 2

Screenshot 3

About

LAN File transfer with C++ Qt

License:GNU General Public License v3.0


Languages

Language:C++ 96.5%Language:Inno Setup 1.3%Language:QMake 1.3%Language:HTML 0.9%Language:Shell 0.1%