I am using SFTP SSH connector to post blob files to the SFTP server.
My workflow is :
list blobs (Azure Blob Storage Action) ->get blob content using path ( Azure Blob Storage Action) ->create File in SFTP using SFTP-SSH connector.
Everything was working with smaller files. When I want to send a file with size > 15 MB, it started failing. The chunking is ON for the action. Now I am seeing any files which is greater than the chunk size is failing and I have the following error.
{
"status": 400,
"message": "No partial file found. Please restart file transfer.\r\nclientRequestId: 9e292563-48f4-4c26-a62b-98d7eca0d5fd",
"error": {
"message": "No partial file found. Please restart file transfer."
},
"source": "edited the server details here"
}

