I want my robot to scrap some text from a web site, but instead of returning the result in a RSS feed format or Rest or whatever, I want the result to be stored (temporarily) in a text file on OpenKapow's server. For example, file could be named "http://service.openkapow.com/mySpace/result.txt", and I could download it to my local computer.
I understand that I can build some php code onto my own server, and retreive the result with Openkapow using a Rest robot passing the result in Json format; I could use php to call the robot and generate the file on my own (not Openkapow's) server.
But can I do this directly with Robomaker and generate the output as a text file on Openkapow server?
If not, is it planned to include this feature in a future version of Robomaker and when?