Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PHP Eclipse live file editing or FTP

Tags:

php

eclipse

ftp

I am assigned on a project where I need to code an entire website. But I want to work on realtime environment. My favourite IDE is PHP Eclipse and I want to know is their any plugin for it where I edit any files and the changes will be uploaded directly on the live server?

I want to work on realtime, is it really possible on PHP Eclipse

like image 402
Nick Avatar asked Sep 14 '12 16:09

Nick


2 Answers

Sure, you can use Remote Systems Explorer for that. Simply install and browse remote FTP repositories.

like image 180
Zathrus Writer Avatar answered Oct 23 '22 02:10

Zathrus Writer


Check out the Remote System Explorer.

It will allow you to edit files over SSH. I believe you can do FTP as well, but I don't recommend FTP for security reasons.

like image 37
Brad Avatar answered Oct 23 '22 03:10

Brad