File Transfer using UDP Socket in C | Socket Programming

preview_player
Показать описание
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.

FOLLOW ME:
Рекомендации по теме
Комментарии
Автор

How would this change for multicasting? And would it work for binary files or large files? Thank you!

zarinb
Автор

How should transfer from multiple clients to single server. In udp

SureshKumar-ynsj
Автор

i want to tranfer file and receive file from one pc to other pc, you suggested using local ip address, for different ip address am trying its not working .

gajulahemalatha
Автор

Can't get why it's not compatible with large files ?

MajdoubMelek