Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 314 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 314 Bytes

filetransfer

Simple network file transfer server and client based on my led client and server code.

Compiling

Simply compile them as follows: cc server.c -o server && cc client.c -o client.

Usage

Run both commands without arguments to get the usage text.