Sync Question.

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
stowell48
Forum Newbie
Posts: 1
Joined: Fri Jun 05, 2009 4:45 pm

Sync Question.

Post by stowell48 »

Hi, I have a questions about working remotely and keeping my files on my computer in sync.

I am using dreamweaver to create a php site. My current setup is, I connect through ftp using dreamweaver to pull up the php files. I then go ahead and make changes that I need and save it, which in turn saves the document on my website. I would like to be able to continue to work in this manner, but have a way to automatically update my changes on my computer that were made on the server. I would like to do this so I can have these in version control locally and be able to commit my changes etc.

Is there any easy way to do this file synchronization between the server and my local computer?

Thanks
anand
Forum Commoner
Posts: 80
Joined: Fri May 22, 2009 11:07 am
Location: India
Contact:

Re: Sync Question.

Post by anand »

stowell48 wrote:Hi, I have a questions about working remotely and keeping my files on my computer in sync.

I am using dreamweaver to create a php site. My current setup is, I connect through ftp using dreamweaver to pull up the php files. I then go ahead and make changes that I need and save it, which in turn saves the document on my website. I would like to be able to continue to work in this manner, but have a way to automatically update my changes on my computer that were made on the server. I would like to do this so I can have these in version control locally and be able to commit my changes etc.

Is there any easy way to do this file synchronization between the server and my local computer?

Thanks
I don't think there is any way you can do this.
Post Reply