Text editor on Windows for editing remote files
Posted
by Doug Harris
on Super User
See other posts from Super User
or by Doug Harris
Published on 2010-04-15T15:11:36Z
Indexed on
2010/04/15
15:13 UTC
Read the original article
Hit count: 364
I've got a team of web programmers that need to edit HTML and CSS that is stored on a linux server. They're all using Windows on their desktops. Rather than either teaching them to use vi/vim in a shell window or editing locally and copying using an SFTP client, I think it'd be easier to install a text editor which can transparently do the network negotiation.
To reiterate, here are the requirements:
- Runs on Windows
- Can open file over sftp/ssh
- syntax highlighting for css/html
© Super User or respective owner