Re: Fetch/Put via FTPS?

2018-10-24 Thread Joe Witt
Katrina, Nobody has added FTPS support as of yet that I am aware of into NiFi. We have FTP or SFTP. Thanks On Wed, Oct 24, 2018 at 1:48 PM Katrina Henrie wrote: > > There's an old thread on here relating to FTPS (FTP with TLS/SSL) - > http://apache-nifi.1125220.n5.nabble.com/FTP

Fetch/Put via FTPS?

2018-10-24 Thread Katrina Henrie
There's an old thread on here relating to FTPS (FTP with TLS/SSL) - http://apache-nifi.1125220.n5.nabble.com/FTPS-td19292.html Does anyone know if this was ever implemented or if another solution was presented? I have v1.7 and I'm not seeing anything. I have a client requesting a dai

Re: FTPS

2017-10-11 Thread Austin Duncan
d be much appreciated! I built a nifi-standard-nar-1.4.0 with > his FTPS changes and put it on DropBox [2]. You can save off the > existing NAR and replace with this one, then restart NiFi and you > should see the SSLContext property added to the FTP processor(s). If > you get a chance to test w

Re: FTPS

2017-10-11 Thread Matt Burgess
Joey Frazee did some work on this [1], but I think he was still trying to get a test setup. If you have something that you can test against, it would be much appreciated! I built a nifi-standard-nar-1.4.0 with his FTPS changes and put it on DropBox [2]. You can save off the existing NAR and

Re: FTPS

2017-10-11 Thread Austin Duncan
Yeah it would be great if NIFI-2278 was implemented. Any idea on when that will be rolled out? On Wed, Oct 11, 2017 at 1:08 PM, Matt Burgess wrote: > Austin, > > Sorry I lost track of this thread. If you have a command-line FTPS > client, then you can configure Execu

Re: FTPS

2017-10-11 Thread Matt Burgess
Austin, Sorry I lost track of this thread. If you have a command-line FTPS client, then you can configure ExecuteProcess or ExecuteStreamCommand to run the same command you would from a shell. For the scripted solution, you'd need to be comfortable with a supported scripting language su

Re: FTPS

2017-10-05 Thread Austin Duncan
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 > wrote: > > Has anyone successfully implemented a flow that can perform an ftps (ftp > > wi

Re: FTPS

2017-10-05 Thread Matt Burgess
ted 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

FTPS

2017-10-05 Thread Austin Duncan
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 <ht

Re: FTPS support in FTPTransfer (List/Fetch/Get/PutFTP) in NiFi 1.3

2017-07-17 Thread Jeremy Farbota
may not even need to extend the entire processor, > and could instead script something quickly via ExecuteScript/ > InvokeScriptedProcessor. > > I can’t speak to an explicit reason FTPS was not implemented. It is likely > that the user requirements at the time found (S)FTP to be

Re: FTPS support in FTPTransfer (List/Fetch/Get/PutFTP) in NiFi 1.3

2017-07-17 Thread Andy LoPresto
/InvokeScriptedProcessor. I can’t speak to an explicit reason FTPS was not implemented. It is likely that the user requirements at the time found (S)FTP to be sufficient for the documented use cases. In general, existing tickets which target non-latest releases, have a low priority, are unassigned

FTPS support in FTPTransfer (List/Fetch/Get/PutFTP) in NiFi 1.3

2017-07-17 Thread Jeremy Farbota
Our secure file storage provider does not support SFTP. I'm hoping to migrate our folder sync processes and some other operational stuff to NiFi. Unfortunately it seems NiFi does not support FTPS. After a little research[1] it seems that one could extend FTPTransfer[2] to work with FTPS