
Reading files via Logic Apps from an SFTP server isn’t supported when the paths are virtual. In such cases, Logic Apps cannot list or read files because the SFTP connector expects a physical directory structure.
We had a similar situation — and switching to Azure Functions solved it.
We can still upload files into virtual folders using Logic Apps, but we won’t be able to read or poll response files that appear in those virtual paths.
Aman K