Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

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

avatar
New Member
 
1 ACCEPTED SOLUTION

avatar
New Member

@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
Master 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
New Member

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