Consider this:
- I have ftp server ABC
- ~30GB and thousands of directories and files
- I have read only user to this ftp
- this is not my server, I do not have access to it's administration/configuration
Can I create FTP mirror with version control?
I wanted to automatically sync this ABC server with my local copy and next I wanted to make a commit with some version control system. Are there any existing tools for such thing (doesn't matter linux or windows)?
First thought - to use WinSCP automatic synchronization commands and when it finish make commit with SVN - is this good solution?