Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: sunil.saggar on November 11, 2009, 01:11:12 pm
-
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
-
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 (http://cybernetnews.com/cybernotes-map-a-ftp-to-a-drive-in-windows/).
See here (http://wiki.codeblocks.org/index.php?title=Installing_a_supported_compiler#Remote_Compilation) for remote compilation setup.
-
thanks Jeff . It helped ..!!