I have been attempting to use the ADF SFTP connector to copy csv files from an external source. I can establish a connection successfully and the copy activity in ADF allows a preview of the records in the source files. However, when trying to copy the files to a blob storage sink, I get the following error:
"errorCode": "2200",
"message": "ErrorCode=UserErrorFailedToConnectToSftpServer,'Type=Microsoft.DataTransfer.Common.Shared.HybridDeliveryException,Message=Failed to connect to Sftp server 'sftp.****'.,Source=Microsoft.DataTransfer.ClientLibrary.SftpConnector,''Type=Renci.SshNet.Common.SshConnectionException,Message=Server response does not contain SSH protocol identification.,Source=Renci.SshNet,'",
"failureType": "UserError",
"target": "Policy_Quote_Copy",
"details": []
I have tried using both basic and SSH public key authentication without success. Our external provider has added the public IP Addresses for IR in our region (North Europe) to their allowed list. We have also tried different settings for maximum allowed connections and checked if there is throttling on their side.
For reference, an example of a failed pipeline run id is: f3b6061b-2bf9-46b7-9229-2fa5ede209f3 and an associated failed run activity id: 9e94a1b0-e954-4a43-b8ae-0ac4d98eaa5f
Thank you for any help or advice you are able to provide.
dvc