/filetransfer

Server and client I wrote based on led-client(another repo I have) that can transfer files over the network.

Primary LanguageCBSD 2-Clause "Simplified" LicenseBSD-2-Clause

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.