scp - Is there an easy way to copy files between servers using aptana? -


I have two Ubuntu servers, one is my development box, another is a production system, although they are not the same. Specifically, the MySQL server is on a remote server from production, whereas on Dev System it is on the local host. Basically it means that I can use a clone of mostly dev systems, but if I just sync the file system the production system is broken.

In addition to this, I am using Aptana (highly recommended, BTW) till recently, I had a local copy of my development system as a project, but I only have to reformat Had it I am not using a local project anymore, but instead I am using SFTP to connect to my Dev System and I am just editing the files there. So far, I'm just scipping the files for which I need to update the production server from my local project, but I do not like it in a way I can restore it if necessary.

My question (short form): Is it easy to use Apatana to copy files from a remote system?

Tim,

You currently have to use a local project (from To be able to reconstruct a remote) To enable auto-upload on local changes to synchronize two remote servers, select Deployment / Deployment Settings in Project Explorer or App Explorer in the App Explorer, then "Remote yourself Sync yourself with the site "This site Aptana Studio 3.

Cheers, Max


Comments

Popular posts from this blog

Eclipse CDT variable colors in editor -

AJAX doesn't send POST query -

wpf - Custom Message Box Advice -