An open API service indexing awesome lists of open source software.

https://github.com/gbowne1/fileflow-fileserver

This is FileFlow, a cross platform TCP file server written in C
https://github.com/gbowne1/fileflow-fileserver

c99 css file file-server files fileserver server tcp tcp-server

Last synced: about 1 month ago
JSON representation

This is FileFlow, a cross platform TCP file server written in C

Awesome Lists containing this project

README

          

# fileflow-fileserver
This is FileFlow, a cross platform TCP file server written in C

# Compile

`gcc -std=c99 -Wall -Wextra -pedantic -pthread -o fileflow main.c server.c pwd.c log.c crypt.c config.c`

Use the `Makefile` if you have `make` installed.