File Transfer using UDP Socket in C | Socket Programming



File Transfer using UDP Socket in C | Socket Programming

File Transfer using UDP Socket in C | Socket Programming

In this tutorial, we will build a file transfer program in the C programming language. Here we are going to use the UDP (User Datagram Protocol) socket to connect the client and the server.

CODE: https://github.com/nikhilroxtomar/File-Transfer-using-UDP-Socket-in-C
BLOG: https://idiotdeveloper.com/file-transfer-using-udp-socket-in-c/

File Transfer using TCP Socket in C: https://youtu.be/7d7_G81uews
File Transfer using TCP Socket in Python: https://youtu.be/MEcL0-3k-2c

FOLLOW ME:
BLOG: https://idiotdeveloper.com https://sciencetonight.com
FACEBOOK: https://www.facebook.com/idiotdeveloper
TWITTER: https://twitter.com/nikhilroxtomar
INSTAGRAM: https://instagram/nikhilroxtomar
PATREON: https://www.patreon.com/idiotdeveloper .

Comments are closed.