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 #### Open Socket Open file containing data to send while # Read file line by line { Send data to Server }