Hey guys, can someone give me an example of what im trying to do?
I want to use a buffer to send and receive the packets from the client, to the server. i want the client to send the file "C:\myFile.exe" to the server, and then i want the server to save it to "C:\Received Files\myFile.exe" again, i want to use a buffer, and i want it to show me the progress, for example,
initially, the progress will be 0 / 0 because no files have been transfered. then, i want it to show, AmountTransfered / TotalSize.
thanks![]()




Reply With Quote