liximomo / vscode-sftp

Super fast sftp/ftp extension for VS Code
MIT License
1.5k stars 256 forks source link

Not working with latest VS-Code #966

Open ashwani-dlt opened 2 years ago

ashwani-dlt commented 2 years ago

This extension for VS-Code stopped working after 1.55.x version of VS-Code. Shows No Such File error whenever you try to upload a file. I think it's something related to the path that it is picking up.

Scwaall commented 2 years ago

Hello,

I have the same error since the last version of VS Code (1.60.x) when I try to upload a file but the file is finally uploaded on the remote server. I have this "error" with an SFTP (port 22) config in my sftp.json file.

I hope to have a patch soon !

DBangLab commented 2 years ago

Try Natizyskunk's fork instead, it actually works without the "no such file" popup.
/Natizyskunk/vscode-sftp & marketplace.visualstudio.com/items?itemName=Natizyskunk.sftp

Scwaall commented 2 years ago

Thank you @DBangLab. I have removed the Liximono's extension to replace it by the Natizyskunk's fork these latest days. It works perfectly without the error message on upload.