Support for number of bytes sent via PutFile(Stream)
When uploading a stream with
PutFile()
, FileTransferProgressEventArgs
only reports that FileProgress
is 1 (100%) no matter how much has been sent. Are there plans to support progress tracking with stream transfers? If not, could you point me in the right direction as far as exposing something in the source code for my own purposes?