Skip to main content
If you’re new to Unstructured, read this note first.Before you can create a destination connector, you must first sign in to your Unstructured account:After you sign in, the Unstructured user interface (UI) appears, which you use to create your destination connector.After you create the destination connector, add it along with a source connector to a workflow. Then run the worklow as a job. To learn how, try out the hands-on UI quickstart or watch the 4-minute video tutorial.You can also create destination connectors with the Unstructured API. Learn how.If you need help, email Unstructured Support at support@unstructured.io.You are now ready to start creating a destination connector! Keep reading to learn how.
Send processed data from Unstructured to SFTP. The requirements are as follows.
  • The SFTP server hostname, port, username, and password. SFTP servers are offered by several vendors. For example, the following video shows how to create and set up an SFTP server by using AWS Transfer Family:
  • The directory path to start accessing data from, specified as sftp://<path>/<to>/<directory>.
See also the how-to documentation for SFTP support in popular offerings such as: To create the destination connector:
  1. On the sidebar, click Connectors.
  2. Click Destinations.
  3. Cick New or Create Connector.
  4. Give the connector some unique Name.
  5. In the Provider area, click SFTP.
  6. Click Continue.
  7. Follow the on-screen instructions to fill in the fields as described later on this page.
  8. Click Save and Test.
Fill in the following fields:
  • Name (required): A unique name for this connector.
  • Remote URL (required): The full SFTP server URL (for example, sftp://<hostname>/<path/to/directory>).
  • Username (required): The username for logging in to the SFTP server.
  • Port: The port number for the SFTP server. The default is 22 if not otherwise specified.
  • Recursive (source connector only): Check this box to recursively access files from subdirectories. The default is unchecked (do not recursively access files from subdirectories).
  • Password (required): The password associated with the username.