blob: 34f635660a7fd5c7e56865c6cc6b3ac3443c89d1 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
A small and simple webserver programmed in C++ that was designed to make
sharing files easy.
By default, it shares whatever folder it was executed from on port 2000.
While simple, a good deal of flexibility is exposed when you read the
documentation and look at the optional configuration files.
WWW: http://www.bebik.net/doku.php?id=software:dfileserver
|