Help for this page

Select Code to Download


  1. or download this
    1) Open a socket to a specific server
    2) Reads data line by line from a big file using a while loop
    3) Send data using the open socket
    
  2. or download this
    Open Socket
    Open file containing data to send
    ...
    {
    Send data to Server
    }