Skip to content

Progress Report Callbacks on LargeFile transfers only report progress on the "chunk"...  #36

Description

@pwfulghum

When doing a LargeFile transfer using

await client.DownloadAsync(req, stream, progress, cancel);

the callback on ICopyProgress will only provide BytesTransfered, BytesExpected that are related against the Chunk/part .... not the overall progress of the file.

There is no way to get the number of chunks, the size of chunks/parts, nor get a running total of bytes across all the chunks.

This makes the progress report usesless for LargeFiles.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions