Hello @HarshithaVaka-6516,
Welcome to QnA forum.
The number of connections that the SFTP server takes depends on the configuration of the server and the number of concurrent connections allowed.
To troubleshoot the timeout issue, you can try the following steps:
- Check the network connectivity between the SFTP server and the Azure Data Factory.
- Check the firewall settings on the SFTP server to ensure that it allows connections from the Azure Data Factory.
- Increase the timeout value in the SFTP linked service configuration in Azure Data Factory
- Reduce the number of concurrent connections in the SFTP dataset configuration in Azure Data Factory
I have tried the scenario in SFTP-->Storage copy activity.
Source Settings:
Read all Files from the SFTP location.
Sink Settings:
I used the 'Merge Files'
and
Block Size (MB)---> 100 max
Output
All the files are written to a single destination file as merged content.
Please let us know if you need further help in this matter.