Eclipse PDT configuration help

Hello!

I would like to request help from anyone who knows how to use and configure the Eclipse PHP Development Tools environment.

I have a non-public web server which I am making some php pages for. I write the code on my windows machine and transfer them via SSH to my Arch Linux server (using RSA with a passphrase for auth), on which I then move the files to /srv/http/ manually. I’d like a way to use Eclipse to automatically upload the files to the correct location upon my request. I already have a batch script that does the uploading for me, so Eclipse doesn’t need to know how to use SSH. Also, the files in /srv/http/ are owned by my user account, but /srv/http/ is owned by root:root, so I currently need root privileges to move them there (is this good practice?).

Sponsor our Newsletter | Privacy Policy | Terms of Service