I am currently using Aptana to edit files and upload them directly to the webserver whenever I save them. But it's a big project I am working on and I regularly need to search for a specific line, or piece of code, in multiple files. it's literally 100's of files, and Aptana's search function does not work directly on FTP.

Now my question is, is there a way to store all the files locally AND sync them through FTP whenever I save them?

link|improve this question

67% accept rate
feedback

1 Answer

If it is a big project you should really consider not editing your files live on your server, but edit them locally and use some kind of revisioning system (cvs, mercury, svn, git, clearcase, perforce, ...). Have you considered your options on using an external tool to sync your files from your local copy? Such as rsync or scp.

Do you work in a Windows or Unix environment?

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.