GitHub user kirkalicious opened a pull request:

    https://github.com/apache/nifi/pull/913

    NIFI-2440 - Add 'file.lastModifiedTime' attribute to ListSFTP processor

    Added 'file.lastModifiedTime' attribute to ListFileTransfer, which is
    the abstract class extended by ListSFTP.
    String literal attribute names were replaced with static references to
    attribute name constants in ListFile.
    ListFileTransfer stores the 'file.lastModifiedTime' attribute in the
    format specified in ListFile.FILE_MODIFY_DATE_ATTR_FORMAT

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/kirkalicious/nifi NIFI-2440

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/nifi/pull/913.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #913
    
----
commit 9018a3794cdfc5570115a877b3dee32bbe3c8ae5
Author: Kirk Tarou <kirk.ta...@verizonwireless.com>
Date:   2016-08-22T23:34:46Z

    NIFI-2440 - Add 'file.lastModifiedTime' attribute to ListSFTP processor
    
    Added 'file.lastModifiedTime' attribute to ListFileTransfer, which is
    the abstract class extended by ListSFTP.
    String literal attribute names were replaced with static references to
    attribute name constants in ListFile.
    ListFileTransfer stores the 'file.lastModifiedTime' attribute in the
    format specified in ListFile.FILE_MODIFY_DATE_ATTR_FORMAT

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to