vote up 0 vote down star

I can't find any free programmer-oriented text editor that would run on windows and would edit remote files over ssh(sfpt). Any suggestions?

flag

3 Answers

vote up 2 vote down check

PuTTY + vim/emacs/nano/etc on server server (console only)

WinSCP + your editor in client side (GUI).

link|flag
vote up 0 vote down

emacs with tramp mode

link|flag
vote up 2 vote down

jEdit with the FTP-plugin does SFTP also. The normal open-dialog allows with the plugin to open remote files via (S)FTP. If you save, the file will be written through (S)FTP.

link|flag
True and a very nice editor indeed. However jEdit has this stupid bug that doesn't close the connection after saving a file and uses a new connection for the next save. With a couple hours of work, you can freen your server off any memory. – Manni May 11 at 16:49

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.