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

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

    Host Name: [s-ee116c4a2e284b49b.server.transfer.us-east-1.amazonaws.com](<http://s-ee116c4a2e284b49b.server.transfer.us-east-1.amazonaws.com/>)

    Port: 22

  2. SFTP Username: dtuserXXX

  3. 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@s-ee116c4a2e284b49b.server.transfer.us-east-1.amazonaws.com

  4. SFTP Folder Path: “/” is the folder path

  5. 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?