Support Questions

Find answers, ask questions, and share your expertise
Announcements
Now Live: Explore expert insights and technical deep dives on the new Cloudera Community BlogsRead the Announcement

Can NiFi connect to FTPS protocol?

avatar
Master Guru

Can nifi connect to FTPS protocol? Yes i mean FTPS and not SFTP.

1 ACCEPTED SOLUTION

avatar
Rising Star

NiFi cannot currently do this with the provided *FTP* implementations. However, the commons-net library that is used for FTP also provides an FTPSClient as well that would be quite similar in structure as well as providing the needed certificates (likely through an SSLContextControllerService) and related properties.

View solution in original post

2 REPLIES 2

avatar
Rising Star

NiFi cannot currently do this with the provided *FTP* implementations. However, the commons-net library that is used for FTP also provides an FTPSClient as well that would be quite similar in structure as well as providing the needed certificates (likely through an SSLContextControllerService) and related properties.

avatar
Master Mentor

Is there a way to expose it with ExecuteScript or some other method?