efa2d19 / httpServe

http.server but with uploads

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

httpServe

Simple and perfect for quick file sharing, directory browsing. πŸ—‚οΈ

Table of Contents

⚠️ Warning ⚠️

This server is intended for development and local file sharing purposes only.
It has not been audited for security and should not be used in production or for transmitting sensitive information.

πŸ”Ž Overview

  • πŸ” Directory Browsing: Navigate through directories with ease.
  • πŸ“ File Management: Upload or download files through a web interface.
  • πŸ“‹ Path Display: Current working path displayed on the UI.
  • 🏠 Home & Back Buttons: Easy navigation options.

πŸ“₯ Installation via Brew

Super simple. Just two steps:

  1. Tap into our formula repository:

    brew tap efa2d19/tap
  2. Install away:

    brew install httpServe

πŸ’‘ Usage Options

Run the server with the following command:

httpServe

By default, the server will start on port 8000. Open a web browser and navigate to your local ip address.

🌟 Contributing

Got ideas? Found a bug? Contributions are more than welcome! Feel free to open an issue or submit a PR.

πŸ“ License

All set to go under the Apache-2.0 License. Use it, modify it, share it.

About

http.server but with uploads

License:Apache License 2.0


Languages

Language:Python 100.0%