Metadata-Version: 2.4
Name: ffserver
Version: 0.1.2
Summary: A simple file explorer web app with Flask
Author: opencode
License: MIT
Project-URL: Homepage, https://github.com/anomalyco/filebrowser
Project-URL: Source, https://github.com/anomalyco/filebrowser
Keywords: file-browser,flask,web
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: flask
Requires-Dist: qrcode

# ffserver

A simple file explorer web app built with Flask and vanilla JavaScript.

## Installation

```bash
pip install ffserver
```

## Usage

```bash
ffserver          # serves on http://0.0.0.0:3000
ffserver 8080     # serves on http://0.0.0.0:8080
ffserver --path /home/user/files 80
```

Open your browser to the displayed URL and browse, upload, download, rename, and delete files and folders.

## Features

- Browse directories with list/grid views
- Upload, download, rename, delete files and folders
- Preview text files, images, PDFs, and videos
- Batch operations (multi-select → download ZIP / delete)
- Search and sort
- Mobile-responsive UI
