http-file-upload

1.0.10 • Public • Published

http-file-upload


the servers only function is to upload and download files ( of any size )
the http server has been designed to be a single, no dependency, file for ease of use

install globally :
npm install http-file-upload -g
http-file-upload

install locally :
npm install http-file-upload
npx http-file-upload

the server listens on all network interfaces, the default socket is 3002

https://127.0.0.1:3002/ or https://127.0.0.1:3002/hello

a local directory to store the uploads/downloads will be created, defaults to upload, configurable by changing the userdir value in http-file-upload.js

the port can be changed by the port value in http-file-upload.js

if you need the cacert you can download it from /cacert

Package Sidebar

Install

npm i http-file-upload

Weekly Downloads

3

Version

1.0.10

License

ISC

Unpacked Size

86.9 kB

Total Files

4

Last publish

Collaborators

  • matt-richards