Here’s
a weird little bug I caught in the wild while deploying XenMobile Enterprise. While browsing NTFS shares, published as connectors in the ShareFile Mobile clients, or the ShareFile desktop application for windows, all the directories in the directory you are currently browsing will have their “Last Modified” timestamp updated as below:
To resolve this issue, open the following file:
C:\inetpub\wwwroot\Citrix\StorageCenter\cifs\ AppSettingsRelease.config
Add the following line the config:
<add key="disable-folder-permission-verification" value="1" />
Once added, recycle the StorageCenterAppPool in IIS as below:
I have it on strong authority this will be resolved in a future build, but no promises. A big thank you to Dan Brinkmann, George Christophi and Citrix Support for this fix.

