http-server-upload
provides a simple HTTP server that accepts file uploads
TLDR
Start upload server
$ http-server-upload
Specify port$ http-server-upload -p [9090]
Specify upload directory$ http-server-upload -d [./uploads]
Set token$ http-server-upload -t [secret-token]
SYNOPSIS
http-server-upload [options]
DESCRIPTION
http-server-upload provides a simple HTTP server that accepts file uploads. It creates a web interface for uploading files to a specified directory.
The tool is useful for quick file transfers without setting up full file sharing. Token authentication provides basic security.
PARAMETERS
-p, --port PORT
Server port.-d, --directory DIR
Upload directory.-t, --token TOKEN
Authentication token.--max-size SIZE
Maximum file size.--help
Display help information.
CAVEATS
Not for production. Basic security only. Python or Node.js based.
HISTORY
http-server-upload provides quick file upload capability, extending basic HTTP server functionality.
SEE ALSO
http-server(1), updog(1), woof(1)
