1.0.2 • Published 4 years ago

uploadffile v1.0.2

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

uploadffile

npm.io

A simple tool to have a file upload form for others to share files with you.

Pick a folder to store the uploaded files in and run:

npx uploadffile "/path/to/that/folder"

You will get an instant URL you can share for others to upload files to you (via ngrok). If you'd like to use your public IP instead, do:

npx uploadffile "/path/to/that/folder" port

Also check out shareffile, the same thing but in the other direction: share your files with your friends.