Skip to main content

Documentation Index

Fetch the complete documentation index at: https://knowledge.goautonomous.io/llms.txt

Use this file to discover all available pages before exploring further.

Overview

The SFTP connector lets Go Autonomous connect to an SFTP (Secure File Transfer Protocol) server to exchange data files. This is commonly used for automated product catalog uploads, order exports, and other batch file transfers with systems that support SFTP.

Set up an SFTP connector

1

Open Connectors

Navigate to Administration > Company Settings > Connectors.
2

Add a new connector

Click the add button and select SFTP from the connector type list.
3

Configure the connection

Enter the SFTP server details:
  • Host — the server hostname or IP address.
  • Port — the SFTP port (typically 22).
  • Username — the account to authenticate with.
  • Password or key — the credentials for the SFTP account.
  • Remote path — the directory on the server to read from or write to.
4

Save

Save the connector. Go Autonomous will use these settings to connect to your SFTP server.

Common use cases

  • Product catalog sync — automatically import updated product data from your ERP system.
  • Order file export — push confirmed orders to a shared SFTP folder for downstream processing.
  • Reference data updates — pull reference data files on a schedule.

What’s next