I have a drupal application which is in heavy developement. I need to deploy my app. and due to long list of images my deployment directory is more than 700Mb. How to deploy this on server, keeping track that while deploying next time only changed files will be deployed.
Please gimme a simple solution.
please don't give any advanced solution. Previously i was using simple ftp file zilla. Now i m using cyberduck(as feel good) for sftp.
EDIT
I a using git for version maintenance.