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: