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.
-
Run the script
server.py
:python server.py
-
Enter the desired server port when prompted.
-
Enter the absolute path to the folder you want to serve files from when prompted.
- 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.
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.
This project is licensed under the MIT License.