Mini file-sharing server written in C
Go to file
2024-09-28 22:53:02 +03:00
tmp first commit 2024-06-29 14:39:23 +03:00
LICENSE first commit 2024-06-29 14:39:23 +03:00
Makefile fixed 2024-06-29 14:43:19 +03:00
plainbin.c fixed 2024-09-28 22:53:02 +03:00
README.md first commit 2024-06-29 14:39:23 +03:00

Send: echo "Hello" | nc ip 8080
Get: echo "[code]" | nc ip 8081
Server info: echo "INFO" | nc ip 8081