I have a win32::gui app that involves transferring files by ftp in background threads.
I have seen some samples here on how to monitor'chunks' of data when downloading - to be able to update a progress bar or some sort to show the end user, but I cant seem to find how to do this using "upload".
My end goal is to indicate to the user a progress bar of an upload process, or the raw bytes uploaded in a pop-up status window that already exists..
Can anyone help me with how I could go about doing this?
Steve