- 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.
Downloading a specific file
- From the Data Ops screen, click “Copy Intput Path” from the file’s options menu (far right)
- This provides the file’s location:
- Change directory to the base path:
- Download the file
- Rename this locally to the original if desired.
/input/68a4af7a82e9900017cdbc5e/6903de6e178b6400178b4e7aThis works differently between SFTP clients. Below is an example with FileZilla.
Command Line Instructions
- 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
- Using the following example input path for a file: /input/68a4af7a82e9900017cdbc5e/6903de6e178b6400178b4e7a
sftp -P 222 user@hostget /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”