+ /* dvelasco - this is not necessary anymore; OCFile.mRemotePath (the origin of remoteFielPath) keeps valid URL strings\r
+ String[] splitted_filepath = remoteFilepath.split("/");\r
+ remoteFilepath = "";\r
+ for (String s : splitted_filepath) {\r
+ if (s.equals("")) continue;\r
+ remoteFilepath += "/" + URLEncoder.encode(s);\r
+ }\r