I'm about to design / develop a WordPress website for client that wants me to build the site on his server. I prefer to develop locally, and without lag time, but I'd like to find a middle ground that works for both of us.
I have transmit for FTP and know there is a way to synchronize a local folder with the server. Although, My concern with this is that while the .php, plugins, images, .css, .js will transfer in this way, the my SQL tables will not.
Is there a way to fully sync up a local WordPress directory with one hosted on an FTP server to keep mySQL tables with posts, plugin settings etc. in tact?
Thanks!