Skip to content

CarlosSanchess/SimpleNetwork

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Client/Server, using Sockets in C

This C program allows you to send files from a client to a server. The received file on the server will be automatically tagged with a clone identifier.(By default the port will be specified as 4444 this can be changed in Api.h)

e.g: example_clone.png

Usage


$ make 
$ ./server
$ ./client 127.0.0.1 example.png

Releases

No releases published

Packages

No packages published