Uploaded image for project: 'Commons VFS'
  1. Commons VFS
  2. VFS-252

[SMB] SmbFileObject does not support setLastModifiedTime while jcifs supports it

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Critical
    • Resolution: Fixed
    • later
    • 2.1
    • None

    Description

      VFS-252

      SmbFileObject does not support setLastModifiedTime while jcifs supports it, it is critical for a backup application that checks the last modified time stamp to check which files needs to be updated

      /**

      • @throws Exception
      • @see org.apache.commons.vfs.provider.AbstractFileObject#doSetLastModifiedTime(long)
        */
        protected boolean doSetLastModTime(long modtime) throws Exception { file.setLastModified(modtime); return true; }

      Attachments

        Activity

          People

            Unassigned Unassigned
            gerritcap Gerrit Cap
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Time Tracking

                Estimated:
                Original Estimate - 5m
                5m
                Remaining:
                Remaining Estimate - 5m
                5m
                Logged:
                Time Spent - Not Specified
                Not Specified