droopy - mini Web server to let others upload files to your computer.
Contents
Description
Droopy is a mini Web server whose sole purpose is to let others upload files to your computer.
The default port is 8000.
Example
droopy -m "Hi, this is Bob. You can send me a file." -p avatar.png
Name
droopy - mini Web server to let others upload files to your computer.
Options
-h,--help
Show help message and exit.
-dDIRECTORY,--directoryDIRECTORY
Set the directory to upload files to.
-mMESSAGE,--messageMESSAGE
Set the message.
-pPICTURE,--picturePICTURE
Set the picture.
--dl
Provide download links.
-aUSER:PASS,--authUSER:PASS
Set the authentication credentials.
--sslPEMFILE
Set up https using the certificate file.
--chmodMODE
set the file permissions (octal value).
--save-config
Save options in a configuration file.
--delete-config
Delete the configuration file and exit.
Synopsis
droopy [options] [PORT]
