data_dump_server

Start this server and you'll be able to receive files on the server end in a folder named uploads


Keywords
File, Uploads, Data, dump
License
ISC
Install
npm install data_dump_server@1.1.1

Documentation

Data-Dump-Server

Developed by warlock1437

Local network Data Dump Server written in Js.

Usage: node index.js Requirements: formidable (npm i formidable)

Files are uploaded to a directory named 'fileuploads' in the root of the current working directory. Make sure the folder exists. Feel free to modify the form template. :)