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
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.
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
- Set up connectors overview for other connector types.
- Configure authenticators to manage credentials.