mscdex / ssh2-streams

SSH2 and SFTP client/server protocol streams for node.js
MIT License
204 stars 144 forks source link

Fix error "No such file" when using SFTP extension on vscode > v1.55.2. #174

Open Natizyskunk opened 3 years ago

TheZoker commented 3 years ago

Can confirm, that this solves the issue!

@Natizyskunk you should not change the links in the readme files to your own repo

Natizyskunk commented 3 years ago

@TheZoker I just revert the old links in the README.md file but also in package.json and node-fs-compat.js only keeping the needed changes to fix the error. Do you think i've to change the links in my package.json to point to my own repo since this is a modification I've made and that has still not been merged ?

TheZoker commented 3 years ago

@Natizyskunk Thanks for adjusting! No the current way is fine, although I'm not sure, if @mscdex want's to update the version number on his own, when he releases a new update. We have to wait for his feedback 🙂

Natizyskunk commented 3 years ago

@TheZoker No problem. Ok then we will wait & see ^^

mscdex commented 3 years ago

This repo is more or less deprecated as the protocol implementations are being moved back upstream into ssh2.

Natizyskunk commented 3 years ago

I've just seen that. That's sound great, hopefully you'll add the fix for this bug ^^

TheZoker commented 3 years ago

I guess what he says is, that the files are now directly located within ssh2: https://github.com/mscdex/ssh2/tree/master/lib/protocol

A similar PR is already open in that repo: https://github.com/mscdex/ssh2/pull/1009