+ } else {
+ // Run new SyncFolderOperation for download children files recursively from a folder
+ RemoteOperation synchFolderOp = new SyncFolderOperation( mContext,
+ remoteFile.getRemotePath(),
+ mAccount,
+ mCurrentSyncTime);
+
+ synchFolderOp.execute(mAccount, mContext, null, null);