Created 04-03-2018 06:39 AM
Created 04-04-2018 10:05 AM
@Matt Clarke
i have solved this issue for plain ftp i have given username as a "anonymous" . so now it is working.
Created 04-03-2018 01:43 PM
Username is a required field in all of the NiFi FTP processors (GetFTP, ListFTP, and FetchFTP). Connecting to a FTP endpoint that does not require a username may require you to write your own custom processor implementation.
Another option might be to use one of the NiFi Scripting processors that calls a custom script you would need to write to return files from your FTP server.
Thank you,
Matt
Created 04-04-2018 10:05 AM
@Matt Clarke
i have solved this issue for plain ftp i have given username as a "anonymous" . so now it is working.