Author Topic: Plugin support SSH?  (Read 10767 times)

Offline zyjjingle

  • Multiple posting newcomer
  • *
  • Posts: 11
Plugin support SSH?
« on: September 19, 2009, 05:24:40 pm »
we often use SSH(or telnet) login to linux server to compiler some thing. Do C::B  support SSH ? do building on remote host and disply result message on C::B.

mariocup

  • Guest
Re: Plugin support SSH?
« Reply #1 on: September 19, 2009, 05:46:07 pm »

Offline zyjjingle

  • Multiple posting newcomer
  • *
  • Posts: 11
Re: Plugin support SSH?
« Reply #2 on: September 23, 2009, 06:10:41 pm »
thanks,this is a very useful for me.

But in most time, I just use Makefile in remote host, no a CodeBlock's project.
I alway use "make clean" or "make".

If CodeBlock can embedded  putty in it, that is great. I will edit soucecode in C::B, through putty do build,
and compile's message show in C::B.