From 6aa0b282362d77d861aebbd32460cf6531afc974 Mon Sep 17 00:00:00 2001 From: David Kocher Date: Thu, 7 Nov 2024 11:33:25 +0100 Subject: [PATCH] Review synchronization properties. --- cyberduck/sync.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/cyberduck/sync.md b/cyberduck/sync.md index cb3efda7..4de30ffa 100644 --- a/cyberduck/sync.md +++ b/cyberduck/sync.md @@ -9,12 +9,7 @@ Files can be synchronized by selecting the directory to synchronize in the brows The options in *Preferences → Transfers → Timestamps* must be enabled. ::: -The criteria to download or upload a file are given by - -- the modification date of the files and if available -- the MD5 checksum of the file (for [S3](../protocols/s3/index.md), [Azure](../protocols/azure.md), and [CloudFiles](../protocols/openstack/cloudfiles.md)) - -You will be prompted to confirm the actions and if missing files should only be downloaded, uploaded, or mirrored. +Synchronization is based on the modification date and checksum of the files when available. You will be prompted to confirm the actions and if missing files should only be downloaded, uploaded, or mirrored. :::{image} _images/Synchronize_Folders.png :alt: Synchronize Folders