Getting Started
All match, snapshot, and incremental delivery files are available via SFTP. Use SFTP in two steps:
- Add a public SSH Key to your organization
- Log in to the SFTP server using that key and your organization's username
Add an SSH Key
- From your account page near the Deliveries section, click the "Setup SSH keys" link.
- Click the
Add SSH Key
button to add a new key.
Log in via SFTP
Use the username provided on the SSH Keys page to connect to sftp.data-axle.com
with the key you provided. The username is the same for any key uploaded to your
organization.
sftp username@sftp.data-axle.com
Connected to username@sftp.data-axle.com.
sftp> ls -l deliveries
drwxr--r-- 1 - - 0 Jan 1 1970 f55b74ccd0e216ac
sftp> ls -l deliveries/f55b74ccd0e216ac
-rwxr--r-- 1 - - 76264427 Sep 10 18:45 Delivery_Name-00000_contacts.csv.gz
-rwxr--r-- 1 - - 165873 Sep 10 18:45 Delivery_Name-00000_happy_hours.csv.gz
-rwxr--r-- 1 - - 12187632 Sep 10 18:45 Delivery_Name-00000_images.csv.gz
-rwxr--r-- 1 - - 13289322 Sep 10 18:45 Delivery_Name-00000_operating_hours.csv.gz
-rwxr--r-- 1 - - 438001691 Sep 10 18:46 Delivery_Name-00000_places.csv.gz
-rwxr--r-- 1 - - 78572623 Sep 10 18:45 Delivery_Name-00000_tags.csv.gz
-rwxr--r-- 1 - - 3442 Sep 10 18:46 manifest.json
Delivery completion
When a delivery has been completed, a manifest.json
file is placed into the delivery
directory. The structure is described in the File Delivery API
Delivery Details section.