You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 months ago | |
---|---|---|
.gitignore | 4 years ago | |
README.md | 2 years ago | |
package.json | 3 months ago | |
sfu.js | 3 months ago |
README.md
sfu
Simple File Uploader
Extremely minimal HTML form file uploader. HTTP-only. Bring your own reverse proxy, reverse tunnel, etc.
Installation
Clone. Install npm dependencies. Optionally symlink to sfu.js
from somewhere in your PATH
.
Usage
sfu.js [host:]<port>
Starts a server on the given port
. Binds to localhost only unless host
is specified.
Each upload can contain multiple files and will be saved in a directory with a randomly generated name in the current working directory.