Optimize transfers (#147)

* When the file is exchanged, all times attributes are set (if supported by the protocol)

* If local/remote file have the same last modification time (`mtime`), the file is not transferred
This commit is contained in:
Christian Visintin
2023-02-12 22:27:42 +01:00
committed by GitHub
parent 54aecdc478
commit 82330f870e
5 changed files with 149 additions and 42 deletions

1
Cargo.lock generated
View File

@@ -2670,6 +2670,7 @@ dependencies = [
"content_inspector",
"dirs",
"edit",
"filetime",
"hostname",
"keyring",
"lazy-regex",