/sfserver

:file_folder: a simple file server to explore custom signaling protocols and threads, written in C

Primary LanguageCMIT LicenseMIT

sfserver

Simple File Server

A local file server written in C for learning Inter Process Communications. use with sfc to play around.

sfs/sfc demo

Coding Style Suggestions

http://doc.cat-v.org/bell_labs/pikestyle

Usage

sfs [-D directory_name] [-s]
    D: specify directory to serve (default is current directory).
    s: run in silent mode.

Compiling and running

# to compile
$ make
# to run after compiling
$ bin/sfs