Hi Davide, My very simple solution is to run a curl command and retrieve list of files on the FTP and compare to local list, then use the results to execute a download.
Not very clever but it works. Hope it helps, Michele On Wed, 25 Sept 2024, 14:49 Davide Cisco, <[email protected]> wrote: > Hello, > > in the Get a file with SFTP action you can specify a list of files as > input (from another pipeline) and select the option "Copy previous results > to args" to download only the files specified in that list. > > How can I do the opposite, i.e.: provide a list of local files that I've > already downloaded, and then use this list to get the files that have NOT > already downloaded? > > (I can't delete the files on the server after the download, also I would > like to avoid downloading the entire remote folder and comparing it with > the local folder...) > > Thanks in advance for your help > > DC > >
