Closed as not planned
Description
Currently when uploading/downloading a folder, you can only choose to transfer files that don't already exist, ie. performing a file exists check. You cannot re-transfer a file if the size mismatches or it has changed. So we need more checks:
- File size is different
- File CRC mismatches - use CRC if supported for fast file contents comparison
- File date modified is different