Rewritten sftp api#1167
Merged
bajrangCoder merged 10 commits intoAcode-Foundation:mainfrom Feb 5, 2025
Merged
Conversation
- using native sftp api for sftp fs operation - [x] lsDir - [x] stat - [x] read/write - [x] delete(rm) - [x] mkdir - [ ] rename - [ ] move - [ ] copy - better symlink support - better error handling - better buffer handling for video etc - some performance improvement - fix: show info dialog issue because of non editor tab - [ ] better visuals for symlinks etc in file browser - [x] emoji/unicode support in sftp - [ ] add ssh terminal api for terminal support
|
HI |
- [x] rename, move fs api - [] copy (broken) - skip listing . and .. in lsdir - proper exists check in stat - some cleanups
deadlyjack
reviewed
Jan 28, 2025
deadlyjack
approved these changes
Jan 28, 2025
- updated ssh library - few bug fixes - removed deprecated apis - experimental logging of native logs in js logger
This was referenced Feb 5, 2025
Closed
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
using native sftp api for sftp fs operation
better symlink support
better error handling
better buffer handling for video etc
some performance improvement
fix: show info dialog issue in case of non editor tab
fix: detect binary files without reading it
fix: logger for limiting it's size
better visuals for symlinks etc in file browser
emoji/unicode support in sftp
tweaked breadcrumbs of file browser

update ssh library
handle SFTP related errors
[ ] add ssh terminal api for terminal support