Currently, only single file downloading is available, as you have found in that tutorial. Sorry I may not get correctly on your frustration. By coding, you can post many times of requests to download the file one by one on your server side. It is a common way to download asset from web. you could also send requests in-parallel to have better performance. Or, you meant you are stuck by some code implementation?