liximomo / vscode-sftp

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

Reviving vscode-sftp #875

Open ghost opened 3 years ago

ghost commented 3 years ago

The maintainer of this repository is no longer active on GitHub. Seeing that this extension is still very popular and mostly functional on VSCode, I am going to take up the reins of forking it and maintaining it myself.

Here is the fork: https://github.com/bthompson90/vscode-sftp-revived

I haven't released anything to the marketplace yet. I want to get it in a good working state first so that some of the bugs are fixed before releasing it to the wild, or else there is really no point.

It's licensed by MIT, so that's a big plus!

Cheers, LT

GusGF commented 3 years ago

If people subscribe to this post will we be notified when something is released?

Thank you for doing this :)

ghost commented 3 years ago

@GusGF yes, I will notify people in this thread once the initial release is out there.

ghost commented 3 years ago

Here is a list of issues that I'm going to be tackling in the first release: https://github.com/TomaisLeannan/vscode-sftp-revived/projects/1

AlexMarcoDAngelo commented 3 years ago

Maybe the very first thing to address is that the extension does not work in 1.53.x of VSCode..

Stonerea656 commented 3 years ago

I love this extension!, except cant access Siteground, its fine on other servers? Filezilla requires key pairs to be setup initially with sftp so does that mean there is a setup step missed with this extension?

ghost commented 3 years ago

Maybe the very first thing to address is that the extension does not work in 1.53.x of VSCode..

Yes that does look like a good place to start.

ghost commented 3 years ago

I love this extension!, except cant access Siteground, its fine on other servers? Filezilla requires key pairs to be setup initially with sftp so does that mean there is a setup step missed with this extension?

Possibly. Im not familiar with Siteground. Do you mind opening up a new issue deacribing your problem?

Craigeniah commented 3 years ago

@thompsbrian thanks for taking the reigns here, I use this plugin everyday and have seen the need for it's reviving. Much appreciated!

ghost commented 3 years ago

Btw I'm accepting any PRs. Need all the help I can get with a kid coming and stuff.

oneilonline commented 3 years ago

Here is the fork: https://github.com/bthompson90/vscode-sftp-revived LT

Link is 404 broken...

Looks like this one: https://github.com/viperet/vscode-sftp-revived

jeremy-farrance commented 3 years ago

Yup, whoever "bthompson90" was, he must have got to busy and backed off completely and recently turned off his GitHub account or something.

nickdekruijk commented 3 years ago

Looking at all the forks of this repo this one seems updated most recently: https://github.com/Natizyskunk/vscode-sftp/ Anyone tried this yet?

marcolaux commented 3 years ago

Looking at all the forks of this repo this one seems updated most recently: https://github.com/Natizyskunk/vscode-sftp/ Anyone tried this yet?

does not work for me

ssh-streams module has to get installed manually for the v.1.12.10 release - then it seems to work: https://github.com/liximomo/vscode-sftp/issues/919#issuecomment-843392014

cyberfish commented 3 years ago

How can I install the extension from https://github.com/viperet/vscode-sftp-revived? Because, in VS-Code is not this Extension. Thanks.

kylewetton commented 3 years ago

@cyberfish clone the repo to your computer, install vsce on your machine with npm install -g vsce

Now open the repo in VSCode and in the root directory run vsce package

This creates a .vsix file. This file is an extension file. You can install extensions through the Marketplace, but you can also install extensions directly with a .vsix file.

Have a look here:

Screen Shot 2021-06-14 at 7 59 26 PM
Natizyskunk commented 3 years ago

You can try my version, i've fixed a lot of bugs, maybe this will fix yours 🙂 https://github.com/Natizyskunk/vscode-sftp/releases