Search

Home

Release Notes

User Docs

⬇️

Download or Backup Inputs/Outputs

  • Credentials
  • Access
  • Downloading a specific file
  • Command Line Instructions

Credentials

💡

Request Secure Download Access from your client success team or BettrData support to enable this feature.

user: <provided by BD> pass: <provided by BD> host: <mysite>.bettrdata.io port: 222

Access

  • Set up your connection using your preferred SFTP client, such as FileZilla, command-line SFTP, or similar.
image

Downloading a specific file

  1. From the Data Ops screen, click “Copy Intput Path” from the file’s options menu (far right)
  2. This provides the file’s location:
  3. /input/68a4af7a82e9900017cdbc5e/6903de6e178b6400178b4e7a
  4. Change directory to the base path:
  5. 💡

    This works differently between SFTP clients. Below is an example with FileZilla.

    image
  6. Download the file
  7. Rename this locally to the original if desired.

Command Line Instructions

  1. Open your terminal and enter the following code filling in your credentials. You will be asked to enter your password after execution of the code
  2. sftp -P 222 user@host
  3. Using the following example input path for a file: /input/68a4af7a82e9900017cdbc5e/6903de6e178b6400178b4e7a
get /input/68a4af7a82e9900017cdbc5e/6903de6e178b6400178b4e7a /local/path/to/save/file
  • for the above example, make the necessary changes for the local path and you can change the file name via changing “file”