logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

droopy - mini Web server to let others upload files to your computer.

Author

       Pierre Duquesne <stackp@online.fr>

20131121                                        21 November 2013                                          man(1)

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]

See Also