-
-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add initial support for Windows OpenSSH servers (fixes #338)
- Loading branch information
1 parent
dc20709
commit 9410ac2
Showing
5 changed files
with
77 additions
and
17 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,12 @@ | |
- For this major update a `ssh2.ts` replacing `@types/ssh2` is added to the `common` module | ||
- This does pull in a lot of new fixes/features added since `[email protected]` though | ||
- Some feature requests are now easier/possible to implement with these new features | ||
- Add initial support for Windows OpenSSH servers (fixes #338) | ||
- This adds initial support for Command Prompt, and theoretically PowerShell (untested) | ||
- The `REMOTE_COMMANDS` is not yet supported, as it uses the pty's `tty` for cross-terminal communication | ||
- Future `REMOTE_COMMANDS` support for PowerShell (since it can interact with named pipes) is planned | ||
- Future `REMOTE_COMMANDS` support for Command Prompt is currently not yet planned, but might be possible | ||
- Mind that some (future) features won't work (maybe just for now, maybe forever) on Windows | ||
|
||
### New features | ||
- Added `FS_NOTIFY_ERRORS` flag to display notifications for FS errors (#282) | ||
|
This file contains 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
This file contains 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
This file contains 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
This file contains 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