When a file of size 50 MB arrived at sftp server copy into Azure storage

0 votes
Whenever a file is added to the SFTP server, I must copy it to Azure blob storage. The logic app can only handle files up to 50MB in size. How to copy fresh files larger than 50MB from an SFTP server to Azure Storage. The sftp connection lacks ssh capabilities.
Mar 19, 2022 in Azure by Edureka
• 12,690 points
2,046 views

1 answer to this question.

0 votes
Files up to 1 GB can be handled by SFTP-SSH actions that allow chunking, whereas files up to 50 MB can be handled by SFTP-SSH actions that do not enable chunking. Although the default chunk size is 15 MB, it may be changed dynamically, starting at 5 MB and progressively growing to the 50 MB maximum, depending on parameters such as network latency, server response time, and so on.

By default, Azure Blob Storage activities may read and write files of up to 50 MB in size. Azure Blob Storage activities allow message chunking for files bigger than 50 MB but up to 1024 MB. The Get blob content operation employs chunking implicitly.
answered Apr 1, 2022 by Edureka
• 13,620 points

Related Questions In Azure

0 votes
0 answers
0 votes
1 answer

Azure Storage Account Geo Replication for File Shares?

Your storage account type is automatically converted ...READ MORE

answered Mar 24, 2022 in Azure by Edureka
• 12,690 points
649 views
0 votes
1 answer

Unable download large file from Azure Storage

If your download from the Azure Storage ...READ MORE

answered Mar 24, 2022 in Azure by Edureka
• 12,690 points
1,660 views
0 votes
1 answer

calculate the length of the storage container - Azure blob storage

You can use the following code: $resourceGroup = ...READ MORE

answered Oct 30, 2019 in Azure by Waheem

edited Oct 7, 2021 by Sarfaraz 1,732 views
0 votes
1 answer

What are azure functions? What is their use?

Azure Functions is a serverless computing service hosted ...READ MORE

answered Jan 10, 2020 in Azure by Sirajul
• 59,230 points

edited Jun 27, 2023 by Khan Sarfaraz 1,720 views
0 votes
1 answer

What is azure blob storage?

Azure Blob storage is Microsoft's object storage ...READ MORE

answered Jan 13, 2020 in Azure by Sirajul
• 59,230 points

edited Oct 7, 2021 by Sarfaraz 848 views
0 votes
1 answer
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP