Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: sunil.saggar on November 11, 2009, 01:11:12 pm

Title: How to open a remote file ( Using ftp )
Post 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
Title: Re: How to open a remote file ( Using ftp )
Post by: scary_jeff on November 15, 2009, 12:11:42 pm
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.
Title: Re: How to open a remote file ( Using ftp )
Post by: sunil.saggar on January 01, 2010, 09:02:38 pm
thanks Jeff . It helped ..!!