In the first orchestration I’m starting out by retrieving a list of files which will need to be downloaded from an FTP site. I then want to save them down to the local network in the location detailed in the receive port of the second orchestration.
Orchestration 1: poll sql, retrieve list of files to download, download files, save to local network location
Orchestration 2: retrieve files from network, manipulate data, send file contents to sql server
So, unless you know a way to dynamically receive FTP files using an adapter I’d like to read the address of the receive location on Orch 2 to know where to download the files to.