ksuralta
ksuralta

Reputation: 17116

Eclipse Web Development Plugin to Sync with Remote Server

I'm using Eclipse Helios to develop a PHP/Smarty project. Is there a plugin that can help me easily publish code to the web server? Something like setting up the location of the web root once, then I can just right-click on a file to send. Currently, I'm using FileZilla to send my code to the web server.

Any help or advice is appreciated.

Thanks, Kenneth

Upvotes: 2

Views: 3780

Answers (1)

Eugene Kuleshov
Eugene Kuleshov

Reputation: 31795

You can use Remote System Explorer (RSE) from Target Management (DSDP/TP) project. Look at the [Getting Started] page.

Upvotes: 1

Related Questions