You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Hemantha kumara M S (JIRA)" <ji...@apache.org> on 2018/08/29 09:45:00 UTC

[jira] [Updated] (NIFI-5560) Sub directory(soft linked to directory) files are not getting listed in ListSFTP(ListSFTP does not Follow symbolic links)

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

Hemantha kumara M S updated NIFI-5560:
--------------------------------------
    Affects Version/s: 1.7.1

> Sub directory(soft linked to directory) files are not getting listed in ListSFTP(ListSFTP does not Follow symbolic links)
> -------------------------------------------------------------------------------------------------------------------------
>
>                 Key: NIFI-5560
>                 URL: https://issues.apache.org/jira/browse/NIFI-5560
>             Project: Apache NiFi
>          Issue Type: Bug
>    Affects Versions: 1.7.1
>            Reporter: Hemantha kumara M S
>            Priority: Major
>
> *Here is the configuration*
> ----
> *SFTP Server side:*
> -bash-4.2$ mkdir -p /tmp/testData
> -bash-4.2$
> -bash-4.2$ mkdir -p /tmp/toRead
> -bash-4.2$ ln -s /tmp/testData /tmp/toRead/data1
> -bash-4.2$ touch /tmp/testData/1.txt
> -bash-4.2$ touch /tmp/testData/2.txt
> -bash-4.2$ touch /tmp/toRead/t.txt
> *Nifi:*
> Configured ListSFTP  Remote Path to /tmp/toRead/
>  
> *+Expected result:+*
> Should list 3 files(1.txt, 2.txt, t.txt)
> *+Actual result:+*
> listed only one file(t.txt)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)