I have to synchronize a local folder which contains a copy (not necessarily a backup) of the source code folder on the production environment. Since I'm not allowed to install any new software on neither machines (mine and the server) I'm forced to use the already available tools to script a one way sync from the source code folder on the machine to the local folder on my dev-env (and possibly schedule that script but this isn't covered by the question).
The tools I have are filezilla and batch scripts on the dev-env. Asking to some colleagues I was advised to use the ftp batch command, but I'm not entirely sure this may satisfy my needs. Also should I just ignore Filezilla as an option?