attributes.put("storageconsumed",fileData.length()+"");
attributes.put("version",fiop[1]);
attributes.put("f1version",fiop[1]);
attributes.remove("localversion");
Common common_code = new Common();
common_code.writeXMLObject(home+"users/"+credentials.getProperty("username")+"/dc/"+object.getAttributeValue("resourceguid")+"/info.XML",info,"props");
common_code.writeXMLObject(home+"users/"+credentials.getProperty("username")+"/dc/"+object.getAttributeValue("resourceguid")+"/attributes.XML",attributes,"props");
Properties localInfo = new Properties();
Properties localAttributes = getAttributes(home+"users/"+credentials.getProperty("username")+"/dc/"+object.getAttributeValue("resourceguid")+"/"+machineGuid+"/");
if (localAttributes == null) localAttributes = new Properties();
localAttributes.put("localversion",fiop[1]);
new File(home+"users/"+credentials.getProperty("username")+"/dc/"+object.getAttributeValue("resourceguid")+"/"+machineGuid+"/").mkdirs();
common_code.writeXMLObject(home+"users/"+credentials.getProperty("username")+"/dc/"+object.getAttributeValue("resourceguid")+"/"+machineGuid+"/info.XML",localInfo,"props");
common_code.writeXMLObject(home+"users/"+credentials.getProperty("username")+"/dc/"+object.getAttributeValue("resourceguid")+"/"+machineGuid+"/attributes.XML",localAttributes,"props");
fileData = "";
updateMachineSyncDates(credentials, machineGuid);