Hello all

I'm trying to create a simple solution using QTcpSocket, QTService and QThread, but I'm not having much success. The purpose of this solution is as follows:

Server
Windows service that receives client connections to receive txt files.

Client
Application that connects to the server application to send a txt file.

Any help is welcome.