Get how much bytes transferred CFTPConnetion and PutFile()
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I am using CFTPConection class. While uploading file via PutFile() function I also want to display the destianion file size i.e. data uploaded up to perticaulr instant. I could not make the connetion for that file as it is uploding i.e. it's open for writting. So is there any way to check how much data transferred up to perticuar time. This value amy be in number of bytes. Or is there is any othere option rather than Putfile() which uses buffer so that I can check buffer size.. please help me for this.. Thank you so much..