Good Day.
I have downloaded UrBackup C++ code from http://sourceforge.net/projects/urbackup/?source=directory. I am able to build both Front end and Back end in Windows OS. But front end is not able connect with server.
In GUI, Connector::getResponse() method, the socket communication between GUI and Server is fine. After that GUI send password(I sent dummy password “1234”) to server. Then GUI tries to read data sent by server and does not get anything. Looks like server does not write anything on socket.
What could be the problem? Am I missing something? Please help.
Regards,
Pabitra