Again about FTP.
I think we need decision, that:
I know about
https://github.com/Microsoft/vscode/issues/18186
https://github.com/Microsoft/vscode/issues/13643
Main question - is exist some problem to create extensions as full explorer (clone for ftp), eg. no support from API?
Maybe this can more simple by offering possibility to use folders as shortcuts to ftp accounts?
The shortcuts
C:\Windows\explorer.exe ftp://username@localhost/
More info
Working with folder as FTP account is slow and buggy, I think it would be better to implement remote explorer directly in VS code.
One more minor feature missed is concealing ftp account passwords, for those cases when you've left your workplace and don't want someone to stole your ftp acc.
We do have something in the works, lots of proposed API for different 'remote'-scenarios and a sample implementation using FTP, see: https://github.com/jrieken/ftp-sample
E*itplus FTP is a good example for native FTP support;
You may check e*itplus ftp if you planning to add direct FTP/SFTP support.
@hidonet
E*itplus FTP is a good example for native FTP support;
You mind other editor or some unknow plugin to VSC?
BTW last time I see that VSC going in way that VSC is some console tool as in linux etc in case that is GUI interface. This made some difrent philosophy than typical soft. Then.. why we need VSC? Back to to past times.. eg. dos
In my side I want to use VSC's advanced functions. But remote editing is a must for me at the moment. I've tested all ftp like extensions for vsc. But none of them fits my needs. I think a lot of developer uses their editors/ides in that way.
@microsoft @billgates
CMON!! Give it for us! : )
Not a single plugin for vscode or atom are close to what SFTP for sublime text does.
I think that this should be the lowest standard that a plugin for vscode has to aim for.
FTP support is a big deal for a lot of users
FYI - We are finalising the file system provider api this milestone (April). See https://github.com/Microsoft/vscode/issues/47475. With that extensions authors can add support for ftp, sftp etc.
We try to keep VS Code lean and we think the functionality you're asking for is great for a VS Code extension. Maybe you can already find one that suits you in the VS Code Marketplace. Just in case, in a few simple steps you can get started writing your own extension. See also our issue reporting guidelines.
Happy Coding!
The extension API for this out and used since a few milestones.
Hope that somebody can inform in future that any new good add-in is available.
I suggest looking at this one - https://marketplace.visualstudio.com/items?itemName=mkloubert.vscode-remote-workspace, however be aware of https://github.com/mkloubert/vscode-remote-workspace/issues/6
@ManPython @hajekj
Thanks for the suggestion!
Is implemented since version 0.24.0.
Just tried it with 0.24, I totally suggest @ManPython that you try it, an amazing extension we all have been waiting for!
@hajekj thx for the indication of this extension. I try test this with ftp (with no progess), but in my opinion again it's far from what we should have here as developers.
I think it's possible eg. do copy files from one ftp acc to other ftp, etc. Many possibilites exist, but..
@mkloubert good to see you in this thread. Let me know if you planing or opened to implement something from my list. Maybe I can join.
Most helpful comment
Working with folder as FTP account is slow and buggy, I think it would be better to implement remote explorer directly in VS code.