Details
-
Improvement
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
later
-
None
Description
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; }