Support Questions

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

List FTP Client login Denied

avatar
New Contributor

Hello,

 

I am new with Nifi and I would like to connect to an FTP server (hosted on Azure) but got below error message. I succed to connect with the same username and password with FileZilla (means that username is OK).

Is there any configuration to do in Nifi  ?

Thank you for your help.

 

 

Pypro_1-1652100304619.png

 

 

2 REPLIES 2

avatar
Rising Star

What NiFi version are you running? Are you able to connect with ftp command from nifi host using same ftp credentials?

avatar
Super Mentor

@Pypro   

Just to add to what @gtorres asked you to try.  Make sure that you are performing the action from the NiFi host as the NiFi service user.  All components execute as the NiFi service user.  And in this case the NiFi service user is trying to connect to the FTP endpoint and then pass the supplied credentials.  The target FTP server may not be in the NiFi service users known_hosts file.

Did you also try using the ListSFTP processor?

Thanks,
Matt