Hello,
I'm encountering an error since a few days from a pipeline that has been working fine for months, on the same SFTP server, with no changes recently.
The pipeline look up for files in a SFTP server (Get Metadata activity), then download each file to ADLS (Copy activity).
This is the error I get :
Failure happened on 'Sink' side. ErrorCode=UserErrorFailedToReadStream,'Type=Microsoft.DataTransfer.Common.Shared.HybridDeliveryException,Message=Failed to read data from Sftp server 'sftpserver.com', file path '/path/myfile.zip', offset '16777216', length: '16777216'.,Source=Microsoft.DataTransfer.ClientLibrary.SftpConnector,''Type=Renci.SshNet.Common.SshException,Message=Failed to read file.,Source=Renci.SshNet,'
What could be the cause of this? It has been working fine for months.
Thanks
