Documentation

Browse FTP directories through a modern web UI — Astro client + Express API.

Projects

Quick start

git clone https://github.com/m3yevn/ftp-seer-client
cd ftp-seer-client && npm install && npm run dev

# API (separate repo)
git clone https://github.com/m3yevn/ftp-seer-api
cd ftp-seer-api && npm install && npm start

API overview

REST endpoints for listing FTP directories (see ftp-seer-api README for full reference).

GET /health
GET /ftp/list?host=...&user=...&password=...

Rebirth checklist