Skip to content

Latest commit

 

History

History
31 lines (15 loc) · 563 Bytes

README.md

File metadata and controls

31 lines (15 loc) · 563 Bytes

See My Files

Description

This was created inorder to share files between computers in same Local Area Network connected (LAN).

Main features:

  • All features like any other HTTP server.
  • Possible to upload multiple files from client-side to server-side.
  • Download folders just by right clicking > download as zip which will download the entire folder as a zip in your system.

Usage

npm install -g see-my-files

That's it.

Development

To run this:

Simple: npm install would do.

To start the server:

npm start would do.