+ /**
+ * Request the synchronization of a file or folder with the OC server, including its contents.
+ *
+ * @param file The file or folder to synchronize
+ * @param twoWays TMP parameter: when 'false', only download is tried; valid for folders only, single files
+ * are always synchronized in both ways.
+ */
+ public void syncFile(OCFile file, boolean twoWays) {
+