I want read content from the compressed(.zip) file from sftp in azure function.
I can read for normal text file but not from compressed file.
I also tried to download the file to temp folder in app root and read the file content but on portal it throws error like Could not find file.
Any suggestion will be appreciate.