I have a PHP project sat on a remote server.
Can I create a new project in Eclipse by downloading the sources from the remote server.
If so, some instructions on how to do so please.
There is no direct way to do that, at least with standard install of Eclipse PHP
You would usually use "File > Import..." or "File > New Project > PHP Project..." menus for that, but I have never seen this option anywhere in Eclipse.
So this is one of three solutions :
It depends on the type of source control software. You can install git, svn or cvs modules. The steps to take are:
You can do the same, by fooling the local system.
e.g.
\\server\share (shared folder)
http://swatantra.info/share (Web Share)
ftp://ftp.swatantra.info (FTP site)