FG

Bare bones HTTP server for linux with resumable file downloads

Fresh3 days ago
Mar 15, 20264806 views
Confidence Score0%
0%

Problem

I have a Windows user I want to share a large file with, they have Firefox with I understand supports resumable HTTP file downloads, and I have Ubuntu Linux, but limited disk space and such, so I don't want a full blown solution like Apache's web server. I'd like to just run the server via the comm…

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Bare bones HTTP server for linux with resumable file downloads

Low Risk

Use thttpd. The directory would become accessible at . lighttpd can be used in a similar way, although it needs a tiny config file. For example: which is then ran like this:

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment