Upload and download files

Overview

Use the following commands to upload and download files via the Seven Bridges Command Line Interface.

download

Initiate file download. If you are downloading a single file, the destination can be either a folder or a filename which will be assigned to the downloaded file. If you are downloading several files at once, you can only specify the destination folder.

Usage:
  sb download --file <file_value> ... [--destination <destination_value>] [--overwrite] [flags]

Flags:
      --file stringSlice     The ID of the file(s) you want to download.
      --destination string   Path to the directory in which you want to save the file(s) or the new filename you wish to assign a single file download.
      --overwrite            Overwrite the file if it already exists.
  -h, --help                 help for download

upload

The recommended tool for uploading data to the Seven Bridges Platform is the Seven Bridges CLI Uploader which is integrated into Seven Bridges CLI.