Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]
Created 11-04-2024 04:43 AM
Hello,
I have the following simple topology
i simply create two files in a folder that GetFile processor is configured to `look` , and expected to upload to the FTP server
The configuration for the PutFTP is the following:
If i am trying to FTP from the VM to the FTP server, it works like a charm:
Any help, please?
Created 11-04-2024 10:50 PM
Hi,
I managed to fix this:
In the PutFTP processor i change Dot Rename, from true to false and the Remote Path to ./path:
Created 11-04-2024 05:59 AM
@cadrian90
Check the nifi-app.log for the exception to see if there is a stack trace with it that provides more details around the ERROR.
Also try the following:
1. Conflict Resolution = RENAME
2. Remote Path = Try leaving this blank or setting to just "testbucket" since your connection to your ftp server drops you into /home/adrian/minio as base directory.
Please help our community thrive. If you found any of the suggestions/solutions provided helped you with solving your issue or answering your question, please take a moment to login and click "Accept as Solution" on one or more of them that helped.
Thank you,
Matt
Created 11-04-2024 10:15 PM
Hi,
It still doesn't work if i change the Conflict Resolution.
However, if i put in PutFTP connector, Remote Path using ./testbucket, i receive another error:
PutFTP configuration:
Created 11-04-2024 10:50 PM
Hi,
I managed to fix this:
In the PutFTP processor i change Dot Rename, from true to false and the Remote Path to ./path: