Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 538 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 538 Bytes

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