Skip to content

SFTP Access

SFTP provides a traditional file transfer protocol for accessing your licensed datasets. This method is ideal for manual browsing and downloading of files using familiar tools.

To access datasets via SFTP, you need:

  1. An access key ID and secret (created in Settings → Access Keys)
  2. A client that supports SFTP (e.g. Filezilla)

In the Access Keys tab, click the New access key button in the top right. Fill out the form to create an access key with a name and expiry date. account info

This will generate an ID and a secret, which behave as a username and password respectively.

Use the following connection details for SFTP access:

  • Server Address: pacific.humannative.ai
  • Port: 22 (standard SFTP port)
  • Username: Your access key ID
  • Password: Your secret access key

Each licensed dataset is organized into its own folder, grouped by provider. Below is an example file structure containing three licensed datasets:

global-print-house/
├─ books-dataset/
│ ├─ book1.pdf
│ ├─ book2.pdf
│ └─ metadata.json
├─ images-dataset/
│ ├─ image1.jpg
│ ├─ image2.png
│ └─ annotations.csv
another-provider/
├─ some-other-dataset/
│ ├─ data.csv
│ └─ README.txt

Authentication Failed

  • Double-check your Organization ID (username)
  • Verify your access key is correct and hasn’t expired
  • Ensure you’re using the correct server address: pacific.humannative.ai

Connection Timeout

  • Check your internet connection
  • Verify the server address and port (22)
  • Some corporate firewalls may block SFTP connections
  • Never share your secret access key with others
  • Use dedicated access keys for different purposes
  • Store access keys securely (password managers, secure vaults)
  • Set reasonable expiry dates for access keys