// Open a local file, open a socket to a remote process, // and send the file to other process. int main(int argc, char** argv) { // TODO: fill in this main method. }