fear: add copy version

This commit is contained in:
semenov
2024-12-20 12:00:26 +03:00
parent c48831b77e
commit 7e13c6dc5d
57 changed files with 1402 additions and 68 deletions

View File

@@ -86,7 +86,7 @@ void TCPClient::slotSendCommand(QString command)
stream << command;
socket->waitForBytesWritten();
sendSystem->sendFileBlock("/" + hashFilename);
sendSystem->sendFileBlock(staticDataFolderName + hashFilename);
emit sigSendDebugLog(Tools::getTime() + " Local checkFile sended");
socket->waitForReadyRead(1000);