Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Introduction

The Stitcher Tool is a utility which provides a simple way to retrieve "chunked" files from DuraCloud. When files are moved to DuraCloud using either the Chunker Tool or the Sync Tool and they exceed a defined size limit, they are split (chunked) into multiple files for transfer. The Stitcher tool provides the means by which those files can be retrieved and combined to result in the original file.

Download

Download the Stitcher Tool from the Downloads page.

Operational notes

  • If you want to jump directly into using the tool, download it from the link above and run the following command
    Code Block
    
    java -jar stitch-{version}-driver.jar
    
    The resulting usage statement (detailed below) should be enough to help you get started.
  • The Stitcher Tool requires you to know the ID of the manifest which was generated to list all of the chunks of the original files. If the chunking was done by either the Chunker or Sync tools, then the name of the manifest is the name of the original file followed by ".dura-manifest".

Using the Stitcher Tool

  • To run the Stitcher Tool, open a terminal or command prompt and navigate to the directory where the Stitcher Tool is located and run the above command.
  • The following options are available when running the Stitcher Tool

    Short Option

    Long Option

    Arguments

    Description

...