Created 05-13-2016 11:41 PM
Can nifi connect to FTPS protocol? Yes i mean FTPS and not SFTP.
Created 05-14-2016 03:40 AM
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.
Created 05-14-2016 03:40 AM
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.
Created 05-14-2016 12:16 PM
Is there a way to expose it with ExecuteScript or some other method?