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:44:00 UTC

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

Hemantha kumara M S created NIFI-5560:
-----------------------------------------

             Summary: 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
            Reporter: Hemantha kumara M S


*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)