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
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Key: VFS-252
URL: https://issues.apache.org/jira/browse/VFS-252
Project: Commons VFS
Issue Type: Improvement
Affects Versions: later
Reporter: Gerrit Cap
Priority: Critical
Fix For: 2.0
/**
* @throws Exception
* @see
org.apache.commons.vfs.provider.AbstractFileObject#doSetLastModifiedTime(long)
*/
protected boolean doSetLastModTime(long modtime) throws Exception {
file.setLastModified(modtime);
return true;
}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.