Simple network file transfer server and client based on my led client and server code.
Simply compile them as follows: cc server.c -o server && cc client.c -o client
.
Run both commands without arguments to get the usage text.
Server and client I wrote based on led-client(another repo I have) that can transfer files over the network.
CBSD-2-Clause
Simple network file transfer server and client based on my led client and server code.
Simply compile them as follows: cc server.c -o server && cc client.c -o client
.
Run both commands without arguments to get the usage text.