Simple sending .txt file from one computer to another via TCP/IP
There are two C# projects: one project is for the client, the other one is for the server. First step is to run the server , then to choose a target folder, after that to run the client project, to choose some text.txt to send to the server's target folder. Only client can send files to the server Demo: 1.choosing file target 2.client sends +------------+ | tar folder | <---------------- text.txt +------------+ My problem: there isn't compile errors or syntax errors in both projects, the only problem is that the server doesn't receives the .txt file. Client: First I designed a form for the