Is this a bug? I’ve just changed the timestamp (modified and create time) on all the files in a folder using PowerShell:
$Now = Get-Date
(Get-Item $Path).LastWriteTime = $Now
(Get-Item $Path).CreationTime= $Now
The icon has changed to the recycle/synchronising but Seadrive isn’t updating the timestamp on the server.
I’ll try with Seafile client later…