
updog
List of commands for updog:
-
updog:tldr:10dbc updog: Start a HTTP server on a specified port.$ updog --port ${port}try on your machineexplain this command
-
updog:tldr:81bf6 updog: Start a HTTP server with a password (To log in, leave the username blank and enter the password in the password field).$ updog --password ${password}try on your machineexplain this command
-
updog:tldr:9c3bf updog: Start a HTTP server for the current directory.$ updogtry on your machineexplain this command
-
updog:tldr:b3ae5 updog: Enable transport encryption via SSL.$ updog --ssltry on your machineexplain this command
-
updog:tldr:d6c06 updog: Start a HTTP server for a specified directory.$ updog --directory ${-path-to-directory}try on your machineexplain this command