/Direcoty-Listing-Server

a Python-based server application to share the contents

Primary LanguagePython

DirectoryListingServer

DirectoryListingServer is a Python-based server application that allows users to share the contents of a directory over the web via directory listing access, similar to FTP access.

Usage

  1. Run the script server.py:

    python server.py
  2. Enter the desired server port when prompted.

  3. Enter the absolute path to the folder you want to serve files from when prompted.

Features

  • Simple Setup: Easy to set up and run on any machine with Python installed.
  • Directory Listing: Share the contents of a specified directory over the web.
  • Customizable Port: Run the server on a port of your choice.
  • Basic Security: Provides basic security measures to restrict unauthorized access.

Contributing

Contributions are welcome! If you find any bugs or have suggestions for improvements, please feel free to open an issue or submit a pull request.

License

This project is licensed under the MIT License.