Hi,
first of all thank for this great software.
i would like to ask if somebody has found a way to monitor the transfer progress from the server. what is the best strategy to implement this feature?
regards,
joel
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I was looking for something similar and found that there is a do{}while(); loop in server_phase.c where the blocks are being sent. I believe this to be the correct place for monitoring progress in the client.
Best,
Ernast
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
first of all thank for this great software.
i would like to ask if somebody has found a way to monitor the transfer progress from the server. what is the best strategy to implement this feature?
regards,
joel
Hello Joel!
I was looking for something similar and found that there is a do{}while(); loop in server_phase.c where the blocks are being sent. I believe this to be the correct place for monitoring progress in the client.
Best,
Ernast