Ver 10.25 is really broken.

Discuss new features and functions
Posts: 2
Joined: 2 Jul 2020

DLinMA

1. When synchronizing, you're not moving files. Error messages say MOVING should be COPYING.
2. Hidden and system files are being selected and no easy way to deselect them.
3. Why are some files that exist in the destination causing errors, like the attachment shows? They should be skipped over. I had the setting set to skip over those files.
Attachments
New Bitmap Image (2).bmp
New Bitmap Image (2).bmp (359.46 KiB) Viewed 1953 times
Posts: 6
Joined: 18 Mar 2020

vjayer

I think FFS creates temporary files ending with "... ~<session>.ffs_tmp" for synching then moves them to the original file name when successful. So just from my debugging, it copies from your source to this ffs_tmp at the destination directory, then it moves from ffs_tmp to the original (basically a rename)