_From [email protected] on 2011-10-15T01:55:41Z_
Badly need ability to edit remote files over SSH using local Spyder.
_Original issue: http://code.google.com/p/spyderlib/issues/detail?id=799_
_From ccordoba12 on 2011-10-20T19:30:36Z_
Anatoly, since you're on Linux you can use sshfs, which lets you mount a directory in a remote machine as a local filesystem through ssh. Then you can use Spyder to open all the files you need from there.
Of course, you can add some functionality to do this process automatically from Spyder
Labels: Cat-Miscelleneous
_From [email protected] on 2011-10-22T02:11:43Z_
The advantage of cross-platform editors that all their features are, well, cross-platform, so you don't need to think about platform anymore once you've mastered them.
Adding SSH will surely add more dependencies to Spyder. Perhaps a plugin would be a better option. Should we add Component-Plugins label to this tracker to filter out features that would be better seen as external modules?
_From pierre.raybaut on 2012-03-18T14:06:40Z_
Labels: -Type-Enhancement Type-Enh
_From [email protected] on 2014-02-12T02:26:37Z_
I have got a working version of a remote file explorer plugin. For now, my current version duplicates a lot of things from the existing file explorer and adds a dependency to paramiko. Will clean it up and make a PR.
_From [email protected] on 2014-02-12T04:37:04Z_
That's cool. =)
_From [email protected] on 2014-02-12T05:46:47Z_
@-techtonik You can already check out the connection to a remote kernel in the PR20 on bitbucket.
I think I would like to +1 this feature request. Other IDEs can do this - I'm specifically thinking of Emacs TRAMP (Transparent Remote Access, Multiple Protocols) mode.
I haven't made recent work on this. I had a hack together to connect to a specific network drive for a team that I was working with, but not much else.
@SylvainCorlay, do you have that work available somewhere? I mean, we could update it to the latest Spyder and add to Spyder 4. It'd be a great addition!
Hi @goanpeca is this in the new version of Spyder?
Thanks,
No, it isn't, sorry.
Most helpful comment
@SylvainCorlay, do you have that work available somewhere? I mean, we could update it to the latest Spyder and add to Spyder 4. It'd be a great addition!