About 907,000 results
Open links in new tab
  1. Socket Programming in C - GeeksforGeeks

    Apr 23, 2025 · Socket programming in C is a powerful way to handle network communication. The server is created using the following steps: 1. Socket Creation. This step involves the creation …

  2. TCP File Transfer with Socket Programming in Unix Using C: A …

    In this comprehensive guide, we will delve into TCP file transfer using socket programming in Unix with the C programming language. By understanding the underlying concepts and exploring …

  3. How to Transfer Files in the Network using Sockets in Python

    Writing a server and client Python scripts that receives and sends files in the network using sockets module in Python.

  4. Socket and file descriptors - Stack Overflow

    Nov 14, 2012 · There is no difference between a socket (descriptor) and a file descriptor(s). A socket is just a special form of a file. For example, you can use the syscalls used on file …

  5. CS107, Lecture 20: Sockets Programming Slides by Daniel Rebelsky, modeled in part off of slides from Nick Troccoli and Jerry Cain, and content in part from ChatGPT and Beej’s Guide to …

  6. return handles (file descriptor) and reads and writes to the sockets requires the use of these handles (file descriptors). In Linux, sockets and file descriptors also share the same file …

  7. Parallel File Transfer using Sockets and OpenMP - GitHub

    This project demonstrates parallel file transfer from multiple clients to a server using socket programming in C++ with OpenMP. The server accepts file uploads from clients in parallel, …

  8. Send a file through sockets in Python - Stack Overflow

    I'm trying to make a program in python that implements sockets. Each client sends a PDF file and the server receives it and the title is changed to "file_(number).pdf" (e.g.: file_1.pdf)....

  9. What is a Socket? Where does Socket fit in the Network Stack? When does write() block? Questions? Thank you!

  10. Transfer the File "Client Socket to Server Socket" in Java

    Aug 31, 2022 · It means we send the file using the server socket. Socket Programming is used for communicating different JRE in the different networks in java. In simple words, we can say …

Refresh