Mini web server to let others upload files to your computer.
droopy [options] [PORT]
Droopy is a mini Web server whose sole purpose is to let others upload files to your computer.
The default port is 8000.
-h, --help
Show help message and exit.
-d DIRECTORY, --directory DIRECTORY
Set the directory to upload files to.
-m MESSAGE, --message MESSAGE
Set the message.
-p PICTURE, --picture PICTURE
Set the picture.
--dl
Provide download links.
-a USER:PASS, --auth USER:PASS
Set the authentication credentials.
--ssl PEMFILE
Set up https using the certificate file.
--chmod MODE
set the file permissions (octal value).
--save-config
Save options in a configuration file.
--delete-config
Delete the configuration file and exit.
droopy -m "Hi, this is Bob. You can send me a file." -p avatar.png
Pierre Duquesne <[email protected]>