Author Topic: How to open a remote file ( Using ftp )  (Read 8247 times)

Offline sunil.saggar

  • Single posting newcomer
  • *
  • Posts: 2
How to open a remote file ( Using ftp )
« 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

Offline scary_jeff

  • Single posting newcomer
  • *
  • Posts: 3
Re: How to open a remote file ( Using ftp )
« Reply #1 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.

See here for remote compilation setup.
« Last Edit: November 15, 2009, 12:13:38 pm by scary_jeff »

Offline sunil.saggar

  • Single posting newcomer
  • *
  • Posts: 2
Re: How to open a remote file ( Using ftp )
« Reply #2 on: January 01, 2010, 09:02:38 pm »
thanks Jeff . It helped ..!!