For the complete documentation index, see llms.txt. This page is also available as Markdown.

Integrating with Drivetrain's SFTP

You can connect to Drivetrain’s SFTP server using the below mentioned details, this guide contains the steps requires to connect to the server:

With XXX being a number provided by the Drivetrain team.

SFTP Details

  • SFTP Host & Port: Please use the below host and port details to access Drivetrain’s SFTP server:

    Host Name: sftp1.drivetrain.ai

    Port: 22

  • SFTP Username: dtuserXXX

  • Authentication Method: Drivetrain uses SSH-key based authentication, to authenticate with our private key and passphrase. These will be shared by the Drivetrain team with you.

Below is the command to authenticate our server:

sftp -i sftp_pvtkey_XXX
dtuserXXX@sftp1.drivetrain.ai
  • SFTP Folder Path: “/” is the folder path

  • File Name(s): You can place your file as one file that gets overwritten each time (eg. Orders.csv) or a timestamped one (eg: orders_YYYYMMDD.csv).

Last updated

Was this helpful?