diff --git a/calexium_lib/net_services_protocols/ftp_client.anubis b/calexium_lib/net_services_protocols/ftp_client.anubis index 528db35..9580e78 100644 --- a/calexium_lib/net_services_protocols/ftp_client.anubis +++ b/calexium_lib/net_services_protocols/ftp_client.anubis @@ -42,6 +42,8 @@ define Maybe(One) send_ACK_ok(mQ, _CXM_FTP_DATA); if last_block then println("File received successfully"); + //TODO this is a big hack, we must check if all data are sent from the mQ + sleep(10000); success(unique) else // println("Bytes received : " + (so_far + len)); -- libgit2 0.21.4