#include #include namespace fs = std::filesystem; using path = fs::path; int transfer_files(path directory); bool isClientTransferDone(); void cancelClientTransfer(); double getClientProgress(); std::string getClientStatusText();