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.

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?