Skip to content

nikhilroxtomar/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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages