Skip to content

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

License

Notifications You must be signed in to change notification settings

duckyondiscord/filetransfer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages