The "Get files with SFTP" step is able to fetch all the files from the specified source path (over the FTP). But it is not able to read any of the folders exists at the source path. I tried with the Reg-Exp wild cards like .* or * or . etc, but no use.
In my use case, the source files always will come in one or multiple folders (like monthly transaction files in month specific folders, or year-wise and month-wise folders in multi-level folder hierarchy etc). If all these folders moved to my local machine, then I can use the "Get File Names" step to read the files from each folder and sub-folders.
Can anybody guide me how copy/move all the files and foldes from the source-path from this "Get files with SFTP" step?