Forum Discussion

sekharmpl's avatar
sekharmpl
Copper Contributor
Jul 13, 2021

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...

Resources