SkEditorTeam / SkEditor

SkEditor is an app for editing Skript files.
MIT License
58 stars 9 forks source link

Remote SSH #120

Open Abendsaufstehen opened 3 weeks ago

Abendsaufstehen commented 3 weeks ago

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

NotroDev commented 3 weeks ago

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.

Abendsaufstehen commented 3 weeks ago

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

NotroDev commented 3 weeks ago

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 I'll move it to the wiki of this repo later