Actions
Bug #4489
closedThe method file_copy_from_remote_recursion() don't copy file if the file to be copied is less recent
Status:
Released
Priority:
1 (highest)
Assignee:
Jonathan CLARKE
Category:
Generic methods
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
Fix check:
Regression:
Description
The method file_copy_from_remote_recursion() should use comparison from digest instead of mtime. Otherwise, if the file on the system is more recent, the copy will not be done.
Actions