SCP: fixed symlink not properly detected

This commit is contained in:
veeso
2021-04-04 17:29:17 +02:00
parent 871a02c8b5
commit e6b952966c
2 changed files with 25 additions and 19 deletions

View File

@@ -19,7 +19,12 @@
Released on FIXME:
- Enhancements:
- SCP file transfer:
- Added possibility to stat directories.
- Bugfix:
- [Issue 17](https://github.com/veeso/termscp/issues/17)
- SCP: fixed symlink not properly detected
- [Issue 10](https://github.com/veeso/termscp/issues/10): Fixed port not being loaded from bookmarks into gui
- [Issue 9](https://github.com/veeso/termscp/issues/9): Fixed issues related to paths on remote when using Windows
- Dependencies:
@@ -38,6 +43,8 @@ Released on FIXME:
Released on 27/03/2021
> The UI refactoring update
- **New explorer features**:
- **Execute** a command pressing `X`. This feature is supported on both local and remote hosts (only SFTP/SCP protocols support this feature).
- **Find**: search for files pressing `F` using wild matches.