Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 672 Bytes

File metadata and controls

19 lines (17 loc) · 672 Bytes

File Upload Server

A simple NodeJS based HTTP server which lets your friends to upload files in your system.

Who will use it

If someone need file(s) from someone, but has no physical reach to that guy or has no external media storage, but you both are in a network. In such scenarios, you wish to use this tool.

How to use

  • Download and install NodeJs from its official website.
  • Download this tool.
  • Change 'config.js' file accordingly.
  • cd into this tool's directory.
  • Install dependencies by running: npm install
  • Run server: node app.js
  • Tell your friends to open browser and start uploading file.