[
https://issues.apache.org/jira/browse/NIFI-5090?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16456648#comment-16456648
]
ASF subversion and git services commented on NIFI-5090:
-------------------------------------------------------
Commit 6e8b1c8f74b957eaef04d1fa7574c29d9c3acbe0 in nifi's branch
refs/heads/master from [~ijokarumawak]
[ https://git-wip-us.apache.org/repos/asf?p=nifi.git;h=6e8b1c8 ]
NIFI-5090: Create move target dir dynamically at FetchFTP and FetchSFTP
Support creating target parent directories even if directory listing is
disabled.
fixed typo in doc
Signed-off-by: Matthew Burgess <[email protected]>
This closes #2642
> FetchFTP and FetchSFTP should be able to dynamically create the target
> directory to move files to if not found
> --------------------------------------------------------------------------------------------------------------
>
> Key: NIFI-5090
> URL: https://issues.apache.org/jira/browse/NIFI-5090
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Extensions
> Reporter: Koji Kawamura
> Assignee: Koji Kawamura
> Priority: Major
> Fix For: 1.7.0
>
>
> When using FetchFTP or FetchSFTP with "Completion Strategy" "Move" files it
> allows you to specify a directory that files are moved to.
> The directory to move files to has to exist for the files to be moved there.
> But it will be useful if fetch FTP processors create a directory using some
> attribute data, so that processed files are moved into a folder called:
> "processed/${year}/${month}/${day}"
> Currently with this format, the system creates an exception "FileNotFound"
> which actually appears to be referring to the destination directory not being
> found.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)