Support Questions

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

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
Super 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.