Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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

Copy link
Copy link
@pwfulghum

Description

@pwfulghum
Issue body actions

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.

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

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.