Created on 07-17-2018 02:18 PM - edited 08-18-2019 12:05 AM
Hi, I'm in trouble with listftp processor, I need to process each new file on a FTP server, fetch and move to new folder with the date (year/month/day). sometimes listFTP offset reach the last file but the fetch doesn't move the file without errors and files start to accumulate. I can't fetch the file and move it because fetch doesn't create folder if doesn't exist, for this reason i used a putftpfile.
Somebody experienced the same problem?
Created 07-17-2018 02:55 PM
-
The particular enhancement you are looking for here was coded in to Apache NIFi 1.7.0 version. Upgrading to this new version of NiFi will allow the FetchFTP processor to create move directories dynamically. The change was covered in the following Apache Jira:
https://issues.apache.org/jira/browse/NIFI-5090
-
Thank you,
Matt
-
If you found this Answer addressed your original question, please take a moment to login and click "Accept" below the answer.
Created 07-17-2018 02:55 PM
-
The particular enhancement you are looking for here was coded in to Apache NIFi 1.7.0 version. Upgrading to this new version of NiFi will allow the FetchFTP processor to create move directories dynamically. The change was covered in the following Apache Jira:
https://issues.apache.org/jira/browse/NIFI-5090
-
Thank you,
Matt
-
If you found this Answer addressed your original question, please take a moment to login and click "Accept" below the answer.
Created 07-18-2018 01:44 PM
thanks Matt, it solves the problem 🙂