I am using the Inet control to transfer files between the local machine and an FTP site. I would like to have a progress bar showing the status of the file being sent/received. I know how to get the size of the file for the max value on the progres bar but is there a way to determine how much of the file has been sent/received already? Any links/tips/suggestions would be helpful, especially if it requires any kind of API call. Thanks

Ryan