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

Reply via email to