You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Joseph Witt (JIRA)" <ji...@apache.org> on 2017/07/12 16:58:00 UTC

[jira] [Updated] (NIFI-4179) Enabling existing Processor to support more features (GetFTP/GetSFTP) and FetchFTP/FetchSFTO

     [ https://issues.apache.org/jira/browse/NIFI-4179?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joseph Witt updated NIFI-4179:
------------------------------
    Fix Version/s:     (was: 1.3.0)

> Enabling existing Processor to support more features (GetFTP/GetSFTP) and FetchFTP/FetchSFTO
> --------------------------------------------------------------------------------------------
>
>                 Key: NIFI-4179
>                 URL: https://issues.apache.org/jira/browse/NIFI-4179
>             Project: Apache NiFi
>          Issue Type: Improvement
>          Components: Core Framework
>    Affects Versions: 1.3.0
>         Environment: Windows/Unix
>            Reporter: Vijaya Kumar Reddy Maddela
>              Labels: features
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> Hi All,
> We are looking to have dynamic behavior for FTP/SFTP processors.
> 1)	GETFTP processor should be used only as starting point in a flow (Not supported to use it in middle of the flow)
> 2)	FetchFTP: This supports using in middle of the flow, but doesnot support to pass Dynamic properties
> When we look into code we identified reasons for not supporting
> In
> GetFTP/GetSFTP:
> @InputRequirement(Requirement.INPUT_FORBIDDEN) instead of @InputRequirement(Requirement.INPUT_REQUIRED)
> FetchFTP/FetchSFTO:
> Doesn’t contain @DynamicProperties() in the code
> Can you please some help someone how can we build the code and deploy by our self. Appreciate a link or tutorial for building code after modification



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)