-
Notifications
You must be signed in to change notification settings - Fork 11
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
Remote SSH #120
Comments
You can use software like WinSCP to edit remote files (you need to assign SkEditor for the chosen file types. However, the integrated SFTP explorer will probably be added in the future. |
Yep I know about WinSCP, i just thought a Integrated SFTP explorer would be great because VS Code also has a "Extension" called Remote SSH and it makes life just better by not making me drag all the files from my desktop on my server, its just Quality of Life tbh, but yea thanks tho |
You don't need to move your files - WinSCP handles them. You can just open files from WinSCP, and when they're saved, WinSCP automatically uploads them to the server. That's a pretty popular misconception, and I think I need to add some info about that somewhere. btw, there's this tutorial on the old SkEditor+' wiki: https://github.com/NotroDev/SkEditorPlus/wiki/How-to-use-SkEditor-in-an-FTP-program%3F |
lets you use any remote machine with a ssh server as your development environment
with automatic uploads and downloads files on change (sync) for better workflow
The text was updated successfully, but these errors were encountered: