Is there a way to show console of putty in console of Notepad++ (NppExec)?
I am editing files in remote server in Notepad++ with help of WinSCP. And executing console programs from putty console. As I can use cmd inside NppExec, is there any way to use putty's console inside Notpad++?
(Very late answer but it may help people who are looking for an answer)
What you are looking for is:
ansicon.exe plink.exe -ssh user@location -pw yourpasword
(F6 key for NppExec)... And that's it!
PS: Thanks a lot to Svenn for the post on his blog