---
title: "Get zip file of directories"
method: GET
path: "/api/files/zip/{DirNames}"
tags: ["files"]
---

# Get zip file of directories

`GET /api/files/zip/{DirNames}`

Downloads all files in the specified directory (or comma-separated list of directories) as a zip archive. `logs` and `config` are handled specially to include system log and config files.

## Response `200`

Binary file stream of the compressed system archive.

---

[API](https://skmtc.net/falconchristmas/apis/fpp-api.md) · [All operations](https://skmtc.net/falconchristmas/apis/fpp-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/falconchristmas/fpp-api/versions/6fa524e15dd4/schema)
