[
https://issues.apache.org/jira/browse/NIFI-539?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17184148#comment-17184148
]
David Malament commented on NIFI-539:
-------------------------------------
We have implemented a flow using ExecuteStreamCommand that uses the scp command
to send a file to the target server. We replaced a PutSFTP processor with this
flow because the scp approach resulted in a 40x performance gain for us (3
minutes to transfer 220GB worth of data with scp vs ~ 2 hours with PutSFTP).
However, we'd much prefer to use a built-in processor for this instead.
> Add SCP Processor
> -----------------
>
> Key: NIFI-539
> URL: https://issues.apache.org/jira/browse/NIFI-539
> Project: Apache NiFi
> Issue Type: Sub-task
> Components: Core Framework
> Reporter: Edgardo Vega
> Assignee: Peter Wicks
> Priority: Major
> Labels: beginner
> Time Spent: 20m
> Remaining Estimate: 0h
>
> A simple and powerful processor would be one that can perform scp file
> transfers. SCP is generally much faster on file transfers especially on high
> latency networks.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)