Skip to content

v0.5.02: Merge pull request #59 from Azure/dev

Compare
Choose a tag to compare
@giventocode giventocode released this 23 May 15:15
· 150 commits to master since this release

New features:

  • Quiet mode, no progress bar is output if option -q is used #49
    -The MD5 hash is computed for each block in the transfer, -m option. #51

Fixes:

  • #50 When reading from an HTTP source and a HEAD request fails a fallback GET requests is tried when trying to query the file size.
  • Read parts buffer has a lower cap.
  • End-transfer summary shows size in Mebibytes, while transfer throughput is calculated in Megabytes (10^6).