mirror of
https://github.com/veeso/termscp.git
synced 2025-12-06 17:15:35 -08: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
@@ -33,6 +33,9 @@ Released on 14/02/2023
|
||||
|
||||
> 🦥 The lazy update
|
||||
|
||||
- **Transfers optimized**:
|
||||
- If local/remote file have the same "last modification time" (`mtime`), the file is not transferred
|
||||
- When the file is exchanged, all times attributes are set (if supported by the protocol)
|
||||
- **Default ssh config path**:
|
||||
- SSH configuration path is now `~/.ssh/config` by default
|
||||
- Added ARM64 Linux builds
|
||||
|
||||
Reference in New Issue
Block a user