Skip to main content

SFTP (Basic Authentication)

Connect to SFTP Server using basic authentication

To use this connection type within the API, use a ConnectionTypeCode of SFTP-BASIC.

Variable Reference

The following variables are supported:

  • SftpHost - (Required) The URL or path to the SFTP Host.

  • SftpPort - (Optional) The SFTP Port.

  • SftpUsernameSecretName - (Required) The name of the Key Vault Secret containing the value of the Username to access the SFTP endpoint.

  • SftpPasswordSecretName - (Required) The name of the Key Vault Secret containing the value of the Password to access the SFTP endpoint.

  • IntegrationRuntime - (Required) Integration Runtime to use for Copy Activity.