Skip to content

[FEATURE] recommended to add support for the file "resumable upload" #207

@xiaoluozai

Description

@xiaoluozai

From the file /curvine-cli/src/cmds/fs/commands.rs, we can see the implementation of the FsSubCommand::Put command. The program splits a file into multiple chunks and uploads them in a loop until the process is completed. However, no file upload progress recording mechanism is found in the process. When uploading large files, encountering unstable networks, or facing long-term transmissions, this may lead to the loss, duplication, or out-of-order of the uploaded file chunks. Consequently, the file may become corrupted and unnecessary file fragments may be generated.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions