News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

How to open a remote file ( Using ftp )

Started by sunil.saggar, November 11, 2009, 01:11:12 PM

Previous topic - Next topic

sunil.saggar

Hi,
I just installed code blocks on my windows box. But all my code files and compiler is in remote linux box. Is it possible to open the remote files in Code Bocks. Ctrl+S will just ftp the modified file to the linux server. I understand that the build has to be execute remotely on the server.

I want to use Code Blocks as an editor

Editplus has the functionality to open a remote file using ftp. Looking for similar functionality in code blocks

Please advise ..!!

-Sunil

scary_jeff

#1
You can map windows drives to ftp servers, either using the built in windows functionality, or a 3rd party program. First google result was this.

See here for remote compilation setup.

sunil.saggar