Skip to content

A client-server based file transfer socket that can transfer any file.

Notifications You must be signed in to change notification settings

romonwafa/File-Transfer-Socket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

File-Transfer-Socket

A client-server based file transfer socket that can transfer any file from a client to a server.

Written purely in C.

Compilation

Compile client script: gcc client.c -o client
Compile server script: gcc server.c -o server

Usage

Client-side script: ./client <source filename>
Server-side script: ./server <destination filename>

Example

Client-side (file sender) command: ./client ./clone_me.jpg
Server-side (file receiver) command: ./server ./cloned_image.jpg

About

A client-server based file transfer socket that can transfer any file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages