Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reviving vscode-sftp #875

Open
ghost opened this issue Jan 10, 2021 · 16 comments
Open

Reviving vscode-sftp #875

ghost opened this issue Jan 10, 2021 · 16 comments

Comments

@ghost
Copy link

ghost commented Jan 10, 2021

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
Copy link

GusGF commented Feb 1, 2021

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

Thank you for doing this :)

@ghost
Copy link
Author

ghost commented Feb 1, 2021

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

@ghost
Copy link
Author

ghost commented Feb 3, 2021

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
Copy link

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

@Stonerea656
Copy link

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
Copy link
Author

ghost commented Feb 25, 2021

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
Copy link
Author

ghost commented Feb 25, 2021

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
Copy link

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

@ghost
Copy link
Author

ghost commented Mar 23, 2021

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

@oneilonline
Copy link

oneilonline commented May 20, 2021

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
Copy link

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

@nickdekruijk
Copy link

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
Copy link

marcolaux commented May 27, 2021

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:
#919 (comment)

@cyberfish
Copy link

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

@kylewetton
Copy link

@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
Copy link

Natizyskunk commented Jul 6, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests