Skip to content

A simple C program for file transfer between the client and the server using the UDP Socket.

Notifications You must be signed in to change notification settings

va290/File-Transfer-using-UDP-Socket-in-C

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

File Transfer using UDP Socket in C

A simple C program for file transfer between the client and the server using the UDP Socket.

The process is as follows:

  • Server is started.
  • Client read the text file and send data to the server.
  • Server creates a text file.
  • Server received the data from the client and write it into the text file.
  • Client send the END to close the data transfer.
  • Client disconnected from the server.
  • Server is closed.

About

A simple C program for file transfer between the client and the server using the UDP Socket.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 100.0%