In a NiFi flow, I read a JSON file from a webservice that contains information about an SFTP server (Server, Port, path where I should look for files, User ). I need to fetch all the files that are in the path specified in this file.
I can't just use the ListSFTP processor connected to FetchSFTP or the GetSFTP processor since they don't allow input connections.
How could I do something like this in NiFi?