skullchap / sneed

C89 ANSI POSIX1 compliant concurrent file server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sneed

SNEED SERVER - C89 ANSI POSIX1 compliant concurrent file server with directory listing.

Usage: [-d directory] [-i initialfile] [-p port]

-d directory to serve
-i initialfile to serve at "/"
-p port

Compile: cc sneed.c

there is also non-select branch

About

C89 ANSI POSIX1 compliant concurrent file server

License:MIT License


Languages

Language:C 100.0%