Volver
FileTransfer - Flask

FileTransfer - Flask

FileTransfer

A web-based file sharing platform designed for local networks. Supports chunked uploads for large files, a manual user approval system, and direct download links without authentication.

Demo: files.jonastown.es | Code: GitHub

What it does

FileTransfer lets users upload and share files over a local network through a clean web interface. Files are organized per user with automatic expiration after five days. The chunked upload system handles files over 200 MB with resumable transfers and individual progress tracking for each file.

New user registrations go through a manual approval workflow (pending, active, rejected states). Public download links allow recipients to download files without logging in, preserving original filenames.

Tech stack

Key features