Skip to content

deviantfero/sfserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published