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.

How to send file through FTP in Nifi using SSL ? (windows)

avatar
 
1 ACCEPTED SOLUTION

avatar
@Nishant Gupta

The current FTP processors in NiFi don't have the capability to use SSL.

Is any other endpoint available?

View solution in original post

3 REPLIES 3

avatar
@Nishant Gupta

The current FTP processors in NiFi don't have the capability to use SSL.

Is any other endpoint available?

avatar

@Wynner
No only windows end point is there as of now. Can it be achieved using ExecuteScript Processor in groovy or any other language.??

avatar
Master Mentor

@nishantgupta101 

 

There is no reason you could not write your own custom script that connects to a FTPS endpoint to retrieve a file which can be called via the ExecuteStreamCommand processor.  There are also other script based processors that you can use.