@Override
public Boolean doRemote(final CloudConnection client) throws IOException, FrameworkException {
// send type of request
client.send(new PullNodeRequestContainer(rootNodeId, recursive));
// wait for end of transmission
client.waitForTransmission();
return true;