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
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.
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.
Thanks Armin. perfect
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.