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.
Ver 10.25 is really broken.
- Posts: 2
- Joined: 2 Jul 2020
- Attachments
-
- New Bitmap Image (2).bmp (359.46 KiB) Viewed 2021 times
- Posts: 6
- Joined: 18 Mar 2020
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)