To serve a directory over HTTP (allowing clients to download files directly):
python3 -m http.server
The web server will then be available on port 8080.