mirror of
https://github.com/veeso/termscp.git
synced 2026-04-12 13:11:44 -07:00
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:
committed by
GitHub
parent
54aecdc478
commit
82330f870e
@@ -38,6 +38,7 @@ chrono = "^0.4"
|
||||
content_inspector = "^0.2"
|
||||
dirs = "^4.0"
|
||||
edit = "^0.1"
|
||||
filetime = "^0.2"
|
||||
hostname = "^0.3"
|
||||
keyring = { version = "^1.2", optional = true }
|
||||
lazy-regex = "^2.4"
|
||||
|
||||
Reference in New Issue
Block a user