mar10 / pyftpsync

Synchronize directories using FTP(S), SFTP, or file system access.
https://pyftpsync.readthedocs.io
MIT License
117 stars 25 forks source link

Behaviour on initial sync run #87

Closed vdg1 closed 11 months ago

vdg1 commented 1 year ago

Hi,

this is not a bug report, more a question about how pyftpsync works.

What is the intended behaviour of pyftpsync on the first run (no meta data file yet stored in sync folders) and a file on remote and local side does not match in modification timestamp and size? I would expect that pyftpsync detects a conflict and asks the user how to resolve this. However, when I tested various scenarios, it seems that the younger file wins and it is being copied without confirmation to the other side?

github-actions[bot] commented 11 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.