I'm trying to implement a peer to peer file transfer in my application. Basically, I want users who are logged into the system to be able to send files to one another. I've found pages such as this one, [MSDN], which would allow me to transfer files, but I also need a way to monitor the progress of the file.

Can anyone help?