Posted August 30th, 2010 by hdany
Hi ,
Do you know a way (plugin) of synchronizing source code on my localhost with a network server ?
This should transfer any modified file automatically on Ctrl + S.
The same functionality is achieved in Eclipse or Aptana by using a File Sync plugin (http://andrei.gmxhome.de/filesync/index.html).
It is the only plugin that I couldn't find to make vs.php the best ide possible.
The first who finds a way of synchronizing, has a (virtual) beer from my side :)
Looking forward for your answers !
Thanks,
Dany.
juanc says:
Have you tried the remote server project? It lets you work on your remote files directly. It stores a local cache of the file but when you save your changes those are save directly to the remote server over SSH or FTP.
hdany says:
Hi , juanc !
Actually, I didn't. I'll give it a try.
I hope by working directly on the remote files , it does not affect performance very much (since you mentioned the cache).
Thanks for the idea. I'll let you know how it works ! ;)