webfs

webfs is a simple HTTP server for mostly static content. You can use it to serve the content of a FTP server via HTTP for example. It is also nice to export some files the quick way by starting a HTTP server in a few seconds, without editing some config file first.

Cost / License

  • Free
  • Open Source

Application type

Alerts

  • Discontinued

Platforms

  • Mac
  • Linux
  • BSD
  • Self-Hosted
Discontinued

The last snapshot is from 2008. See http://dl.bytesex.org/cvs-snapshots/

-
No reviews
6likes
0comments
0news articles

Features

Suggest and vote on features
  1.  HTTP server

webfs News & Activities

Highlights All activities

Recent activities

Show all activities

webfs information

  • Developed by

    DE flagGerd Knorr
  • Licensing

    Open Source and Free product.
  • Alternatives

    26 alternatives listed
  • Supported Languages

    • English

AlternativeTo Categories

DevelopmentNetwork & Admin
webfs was added to AlternativeTo by 6432575487 on and this page was last updated .
No comments or reviews, maybe you want to be first?
Post comment/review

What is webfs?

webfs is a simple HTTP server for mostly static content. You can use it to serve the content of a FTP server via HTTP for example. It is also nice to export some files the quick way by starting a HTTP server in a few seconds, without editing some config file first.

It uses sendfile() and knows how to use sendfile on linux and FreeBSD. Adding other systems should'nt be difficuilt. There is some sendfile emulation code which uses read()+write() and a userland bounce buffer, this allows to compile and use webfs on systems without sendfile() too.

Recent versions also got limited CGI support (GET requests only) and optional SSL support.

You shouldn't use versions older than 1.20 because of recent security fixes.