Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 955 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 955 Bytes

Lightning P2P File Transfer Application

This application enables peer-to-peer file transfer using the HTTP protocol. Developed with Node.js and Electron, it allows for fast file exchange between two computers..

Usage

  • Launch the application; the automatically created "upload" folder will be visible.
  • Paste the file or folder you want to share into the "upload" directory.
  • The application displays your computer's IP address.
  • On the computer you wish to receive the file, start the application and enter the shown IP address.
  • Click the "Download" button to list files in the "upload" folder.
  • Select the desired file and download it as a compressed archive.

Installation

Since this is a release version, there is no need for additional installations. Simply download and run the application.

Screenshots