I haven't done anything like this before? how do I implement this in nifi

On Thu, Oct 5, 2017 at 3:08 PM, Matt Burgess <mattyb...@apache.org> wrote:

> Austin,
>
> There is an open Jira (NIFI-2278 [1]) to add this support to the
> existing processor(s), I believe if Apache Commons Net is used for the
> clients then we would just need to create an FTPSClient [2] instead of
> an FTPClient. In order to support prototyping such things, Apache
> Commons Net was added to the scripting NAR in NiFi 1.4.0 (under
> NIFI-4334 [3]) for just such a purpose (until NIFI-2278 is
> implemented), so ExecuteScript or InvokeScriptedProcessor is an
> option.  Also if you have a command-line client that works, you could
> try ExecuteProcess or ExecuteStreamCommand.
>
> Regards,
> Matt
>
> [1] https://issues.apache.org/jira/browse/NIFI-2278
> [2] https://commons.apache.org/proper/commons-net/apidocs/
> org/apache/commons/net/ftp/FTPSClient.html
> [3] https://issues.apache.org/jira/browse/NIFI-4334
>
> On Thu, Oct 5, 2017 at 2:27 PM, Austin Duncan <adun...@pyaanalytics.com>
> wrote:
> > Has anyone successfully implemented a flow that can perform an ftps (ftp
> > with tls/ssl) there is not a standard option for this. We can
> successfully
> > wget the data but are having trouble ftping in general. any advice?
> >
> > --
> > Austin Duncan
> > Researcher
> >
> > PYA Analytics
> > 2220 Sutherland Avenue
> > Knoxville, TN 37919
> > 865-684-2828
>



-- 
​Austin Duncan
*​Researcher​*

PYA Analytics
2220 Sutherland Avenue
<https://maps.google.com/?q=2220+Sutherland+AvenueKnoxville,+TN+37919+865&entry=gmail&source=g>
Knoxville, TN 37919
<https://maps.google.com/?q=2220+Sutherland+AvenueKnoxville,+TN+37919+865&entry=gmail&source=g>
865-684-2828 <%28865%29%20684-2828>

Reply via email to