Editing files on linux server from windows

0

I want to edit text files on Linux server from Windows, using text editor like Notepad++ or UltraEdit.

I've managed to do so using WinSCP. It can edit files remotely and offers me to choose local application to open those files.

That is exactly what I need, but when I hit ctrl-s (not every time, in about 50% cases), it waits for around 10 seconds, alerts that connection has failed, and offers me to "abort". When I click abort, it instantly reconnect and save file.

So does anybody knows any other way to edit files remotely without this annoying waiting period.

celicni

Posted 2011-01-09T00:37:27.670

Reputation: 105

Answers

1

A Notepad++ plugin called NppFTP allows remote editing via FTP, FTPS, FTPES and SFTP.

user55325

Posted 2011-01-09T00:37:27.670

Reputation: 4 693

Thanks, it works great! However, I get this error when install NppFTP plugin: "This ANSI plugin is not compatible with your Unicode Notepad++." Each time I start notepad++ it asks me to remove that plugin (interestingly though, it seems to work fine). Any ideas with that? – celicni – 2011-01-09T01:14:10.777

Actually, problem solved. When I downloaded plugin, the archive contained NppFTP and NppFTPA. Only NppFTPA is not compatible with Unicode Notepad++, and after it got deleted, file editing still works like a charm. Thanks again! – celicni – 2011-01-09T01:19:56.760