Mini file-sharing server written in C
Go to file
2024-06-29 19:28:03 +00: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 Upload files to "/" 2024-06-29 19:28:03 +00: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