
Product
Introducing Socket Fix for Safe, Automated Dependency Upgrades
Automatically fix and test dependency updates with socket fix—a new CLI tool that turns CVE alerts into safe, automated upgrades.
Updog is a replacement for Python's SimpleHTTPServer. It allows uploading and downloading via HTTP/S, can set ad hoc SSL certificates and use http basic auth. The last version allows to generate a QR code to share the link and also allows to display just image files in a more friendly way.
Updog is a replacement for Python's SimpleHTTPServer
.
It allows uploading and downloading via HTTP/S,
can set ad hoc SSL certificates and use HTTP basic auth.
The last version allows to generate a QR code to share the link
and also allows to display just image files in a more friendly way.
Install using pip:
pip3 install updog2
updog [-d DIRECTORY] [-p PORT] [-qr] [-q] [-i] [--password PASSWORD] [--ssl] [--version] [DIRECTORY]
Argument | Description |
---|---|
-d DIRECTORY, --directory DIRECTORY | Root directory [Default=.] |
-p PORT, --port PORT | Port to serve [Default=9090] |
-qr, --qr | Show QR code to access the page |
-q, --quiet | Do not display the QR code in the webpage |
-i, --images | Show the images in the directory |
--password PASSWORD | Use a password to access the page. (No username) |
--ssl | Enable transport encryption via SSL |
--version | Show version |
-h, --help | Show help |
Serve from your current directory:
updog2
Serve from another directory:
updog2 -d /another/directory
Serve from port 1234:
updog2 -p 1234
Password protect the page:
updog2 --password examplePassword123!
Please note: updog uses HTTP basic authentication. To login, you should leave the username blank and just enter the password in the password field.
Use an SSL connection:
updog2 --ssl
Show a QR code to access the page:
updog2 -qr
Show the images in the directory:
updog2 -i
More examples:
updog2 /tmp/mydog -iqp 1234 --password examplePassword123! --ssl -qr
This project is a fork of updog by sc0tfree.
The original project is no longer maintained, so I decided to fork it and keep it up to date.
The principal changes I made can be found in the CHANGELOG.
FAQs
Updog is a replacement for Python's SimpleHTTPServer. It allows uploading and downloading via HTTP/S, can set ad hoc SSL certificates and use http basic auth. The last version allows to generate a QR code to share the link and also allows to display just image files in a more friendly way.
We found that updog2 demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Automatically fix and test dependency updates with socket fix—a new CLI tool that turns CVE alerts into safe, automated upgrades.
Security News
CISA denies CVE funding issues amid backlash over a new CVE foundation formed by board members, raising concerns about transparency and program governance.
Product
We’re excited to announce a powerful new capability in Socket: historical data and enhanced analytics.