How to read recently added files from FTP

Dears,
I have a FTP that created by another team and they put some files with numbers in FTP, I need to read recently added files from this FTP. Is there any idea to boost of this method?

BR,
Milad

Hi @natanzi

you first need to create a connection to FTP. This is done with the connector node

Than you can use the list remote file to see a list of files in a repository and download them afterwards.

3 Likes

Dear @Iris
Thank you for your support.
I need to chose last modifeid file in FTP. How to download last item? not all files.

BR,
Milad

Hi Milad,

After the List Remote Files node, use the File Meta Info node which does what you want. It appends the meta info as new columns. After getting this info, sort the table based on the “last modified” attribute and then filter the URI of the last modified file to download the file.

:blush:

4 Likes

Thanks Armin. perfect

2 Likes

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.