I would like to synchronize my local PHP files and remote ones. I’m on Windows, the remote servers are Linux and Windows. Is there something (sync app) helpful for it?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You might want to look into a versioning system instead so as to keep your production code and your development code seperate. This will allow you to store your project files in one centralized location, but still maintain independence between your versions. An added benefit is being able to view past project versions + branch your projects. I use Subversion, but there are other alternatives such as HG.