Forum Discussion
sekharmpl
Jul 13, 2021Copper Contributor
How to read file content from sftp in azure function
I am trying to download file content from sftp and it works in windows10 local system but on azure portal not working. File.OpenWrite throws error as Could not find file. using (Stream tempFile = F...
subhankars
Jul 13, 2021Copper Contributor
Can you comfirm that the sftp path tempFolder + fileName is reachable from your azure resource?
- sekharmplJul 14, 2021Copper Contributor
Yes, I am able to reach the sftp folder.
Problem with the compressed(.zip) file.
I want read the content from compressed file in azure function.