Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

which processor should i use for ftp server that not contain username and password means plain ftp

avatar
Explorer
 
1 ACCEPTED SOLUTION

avatar
Explorer

@Matt Clarke
i have solved this issue for plain ftp i have given username as a "anonymous" . so now it is working.

View solution in original post

2 REPLIES 2

avatar
Super Mentor
@ANKIT PATEL

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

avatar
Explorer

@Matt Clarke
i have solved this issue for plain ftp i have given username as a "anonymous" . so now it is working.