File Download Service

Secure file sharing made simple

Available Files

API Endpoints

GET /download?file=<filename>

Download a file by name

GET /api/files

List available files (JSON)

GET /health

Health check endpoint

Security Notice

This service implements path traversal protection to prevent unauthorized file access. Directory traversal sequences like ../ are filtered from filenames.