tags:

views:

16

answers:

1

I'm delveloping a PHP web application on my local PC. Whenever I save a file it would be handy if Eclipse could upload the file to my web server via FTP. Is Eclipse able to do that?? I think Netbeans offers such an option. At the moment I do the upload manually which is very annoying...

A: 

Take a look at Eclipse Target Management (RSE). You can find a tutorial on getting started page.

Eugene Kuleshov