I look at StackOverflow and find a similar, but not this question, so I come here for help.
I am working on a PHP project using Eclipse Indigo (3.7.1) + PDT 3.0.0. In my case, my development is performed locally, but the page is tested on a remote server, authentication is performed using the SSH2 key. At the moment I am running a parallel with Eclipse, WinSCP with the Keep Remote Directory Up-to-date update, so every time I save the file to Eclipse, it is uploaded to the server. I wanted to do this inside Eclipse.
I installed the RSE / TM package and managed to use the view to view files on a remote server, but I could not find anywhere how to automatically synchronize with a remote server. Ideally, I could let the project sync every time I save the file.
Can you guys help?
source share