Hello,
I need to periodically sync the data to raspberry pi from Windows Azure. I can't use rsync as the data is on Windows server.
Currently I am syncing the data by parsing the JSON API A python script extracts the links of physical files and then downloads the data. Script is scheduled to run using cron job.
Is there any other way to Pull and Push data from Raspberry Pi to Server ?