bnb-chain / greenfield-cmd

support cmd tool for Greenfield
GNU Lesser General Public License v3.0
27 stars 12 forks source link

feat: support resumable download #89

Closed jingjunLi closed 11 months ago

jingjunLi commented 11 months ago

Description

support resumable download by adding a flag to "object get cmd"

Rationale

NA

Example

./gnfd-cmd -c ./config.toml --home ./ object put --resumable --contentType "application/octet-stream" ./File40MB gnfd://spbucket/random_file

image

./gnfd-cmd -c ./config.toml --home ./ object get --resumable gnfd://spbucket/random_file ./new_random_40mb

image

Changes

Notable changes: