how to update last access time of a remote (SMB) file

331 Views Asked by At

I want to update the last access time of a file sitting on a remote machine (samba) which I am accessing through java (jcifs).

How can I do it?

I am able to create a SmbFile object but not java.io.File object for a remote file.

Any help/pointers will be highly appreciated.

0

There are 0 best solutions below